Loading…
Loading…
Method Name: Mthd_ConfigurationChanges_flag
Method ID: 0x4173
Method Label: Configuration Flag Reset
Method Help:
- {
- char status[3];
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- ACKNOWLEDGE(literal_string(1010));
- send(38,status);
- if (status[0])
- {
- display_response_status(38,status[0]);
- DELAY(2,literal_string(1011));
- process_abort();
- }
- else
- {
- DELAY(2,literal_string(1012));
- }
Please login for more