Loading…
Loading…
Method Name: view_xmtr_status
Method ID: 0x410C
Method Label: View status
Method Help: Reports any currently active device status information.
- {
- char status[3];
- char xmtr_status[25];
- int num_retries;
- int stat;
- int x;
- char disp_string[100];
- int slen;
- slen = 100;
- num_retries = 1;
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- do {
- stat = get_more_status(status,xmtr_status);
- if (status[0])
- {
Please login for more