Loading…
Loading…
方法名称: read_commad
方法ID: 0x4593
方法标签: command 3
方法描述:
- {
- char status[3];
- int slen;
- char disp_string[60];
- slen = 60;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- send(3,status);
- if (status[0])
- {
- display_response_status(3,status[0]);
- _get_dictionary_string(19726342,disp_string,slen);
- DELAY(2,disp_string);
- process_abort();
- }
请登录以获得完整内容