Loading…
Loading…
Method Name: perform_varDiagnostic_Action_Code
Method ID: 0x4433
Method Label: Perform Diagnostic Action
Method Help:
- {
- char status[3];
- int choice;
- int yesno;
- char disp_string[100];
- char disp_string1[200];
- int slen;
- int slen1;
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- slen1 = 200;
- slen = 100;
- do {
- _get_dictionary_string(858587245,disp_string,slen);
- _get_dictionary_string(858587292,disp_string1,slen1);
- choice = SELECT_FROM_LIST(disp_string,disp_string1);
- switch (choice)
- {
- case 0:
- _fassign(17314,1);
- send(194,status);
- if (status[0] != 0x00)
- {
- display_response_status(194,status[0]);
- }
- else
Please login for more