Loading…

Method Name: methodCurrentMode

Method ID: 0x4142

Method Label: What is Current Mode?

Method Help: What is Current Mode? - To get the current mode of this device


  • {
  • char nbr;
  • char status[3];
  • _set_device_status(0xFF,0);
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(760));
  • process_abort();
  • ;
  • }
  • ;


Please login for more