Loading…
Loading…
方法名称: reset_cc
方法ID: 0x4026
方法标签: Reset CC Flag
方法描述: 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");
- }
请登录以获得完整内容