Loading…
Loading…
Method Name: set_sil_level_method
Method ID: 0x41B7
Method Label: Set SIL lock >
Method Help: Change the current SIL Lock level of the device.
- {
- int result;
- char cmd_status[3];
- int nextSilLevel;
- int askSilPin;
- int showConfirmationScreen;
- DD_STRING selectNextSilLevel;
- DD_STRING affectedParameters;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- result = send(181,cmd_status);
- if (result != 0)
- {
- display(literal_string(952),0);
- process_abort();
Please login for more