Loading…
Loading…
Method Name: met_ack_more_status
Method ID: 0x4091
Method Label: Ack. more status
Method Help: This Method allows to reset the more Status available Flag (bit 4 of dev. status byte)
- {
- if (device_status & 0x10)
- {
- DELAY(2,literal_string(546));
- _set_device_status(0xFF,0);
- send_command_trans(48,1);
- }
- else
- {
- DELAY(2,literal_string(547));
- }
Please login for more