Loading…
Loading…
方法名称: reset_config_flag
方法ID: 0x40DF
方法标签: Resetconfigflag
方法描述: Reset configuration change flag
- {
- char status[3];
- _set_all_resp_code(0);
- ACKNOWLEDGE(literal_string(408));
- send(38,status);
- if (status[0])
- {
- display_response_status(38,status[0]);
- DELAY(2,literal_string(389));
- process_abort();
- }
- else
- {
- DELAY(2,literal_string(409));
- }
请登录以获得完整内容