Loading…
Loading…
Method Name: methodReset
Method ID: 0x401F
Method Label: Reset SVI II AP
Method Help: This function performs a master reset to the device, causing it to go through its startup routine and re-initializing all of its operating parameters from non volatile memory.
- {
- char nbr;
- char status[3];
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- ACKNOWLEDGE(literal_string(903));
- DELAY(3,literal_string(766));
- send(42,status);
- if (status[0])
- {
Please login for more