Loading…
Loading…
Method Name: met_reset_cfg_changed
Method ID: 0x4095
Method Label: Reset Configuration Changed Flag
Method Help: This command resets the Configuration Changed Flag (bit 6 of dev. status byte), associated with the device issuing this command
- {
- if (device_status & 0x40 == 0x40)
- {
- ACKNOWLEDGE(literal_string(548));
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_device_status(0xFF,0);
- send_command(38);
- }
- else
- {
- ACKNOWLEDGE(literal_string(549));
- }
Please login for more