Loading…

Method Name: Model_Number

Method ID: 0x4119

Method Label: Model Number

Method Help: Model number of the device


  • {
  • int choice;
  • char status[3];
  • long ids[7];
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • PUT_MESSAGE(literal_string(1157));
  • send_trans(135,3,status);
  • if (status[0] != 0)
  • {
  • display_response_status(135,status[0]);
  • ACKNOWLEDGE(literal_string(1158));
  • process_abort();
  • }
  • send(140,status);
  • if (status[0] != 0)
  • {
  • display_response_status(140,status[0]);
  • ACKNOWLEDGE(literal_string(1158));
  • process_abort();
  • }


Please login for more