Loading…
Loading…
方法名称: leave_fixed_mode
方法ID: 0x4071
方法标签:
方法描述:
- {
- char status[3];
- char xmtr_status[6];
- int attempts;
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- get_more_status(status,xmtr_status);
- if (xmtr_status[4] & 0x16)
- {
- DELAY(3,literal_string(376));
- do {
- get_more_status(status,xmtr_status);
- DELAY(4,literal_string(377));
- }
- while (xmtr_status[4] & 0x16);
- }
请登录以获得完整内容