Loading…
Loading…
Method Name: reset_cc
Method ID: 0x4026
Method Label: Reset CC Flag
Method Help: This method will reset the Configuration Changed (CC) flag.
- {
- int result;
- char status[3];
- char cmd_status[3];
- result = send(38, cmd_status);
- if (cmd_status[0])
- {
- display_response_status(38, cmd_status[0]);
- }
- else
- {
- DELAY(2,"|en|The configuration change flag has been reset");
- }
Please login for more