TMSiSDK.device.devices.apex.apex_structures.apex_info.ApexInfo.__init__

TMSiSDK.device.devices.apex.apex_structures.apex_info.ApexInfo.__init__#

ApexInfo.__init__(dongle_serial_number=0, serial_number=0, id=65535, dr_interface=DeviceInterfaceType.none, pairing_status=PairingStatus.no_pairing_needed)#

Initialize the information of Apex.

Parameters:
  • dongle_serial_number (int, optional) – serial number of the dongle, defaults to 0

  • serial_number (int, optional) – serial number of the device, defaults to 0

  • id (int, optional) – id of the Apex, defaults to ApexConst.TMSI_DEVICE_ID_NONE

  • dr_interface (_type_, optional) – interface with the Apex, defaults to DeviceInterfaceType.none

  • pairing_status (PairingStatus, optional) – pairing status, defaults to PairingStatus.no_pairing_needed