Loading…
Loading…
Method Name: ejx_method_master_test_exp_1
Method ID: 0x4166
Method Label:
Method Help:
- {
- char status[3];
- char xmtr_status[25];
- int number_of_tries;
- int slen1;
- char disp_string1[60];
- { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
- number_of_tries = 0;
- do {
- get_more_status( status, xmtr_status );
- } while( (status[0] == 32)&&(number_of_tries++ < 3) );
Please login for more