Loading…
Loading…
方法名称: methodCurrentMode
方法ID: 0x4142
方法标签: What is Current Mode?
方法描述: What is Current Mode? - To get the current mode of this device
- {
- char nbr;
- char status[3];
- _set_device_status(0xFF,0);
- send(249,status);
- if (status[0] != 0)
- {
- display_response_status(249,status[0]);
- DELAY(3,literal_string(760));
- process_abort();
- ;
- }
- ;
请登录以获得完整内容