- class TMSiSDK.device.devices.apex.apex_dongle.ApexDongle(dongle_id: int, serial_number: int)#
Bases:
TMSiDongle
A class to represent and handle the Apex Dongle
- __init__(dongle_id: int, serial_number: int)#
Initialize the dongle.
- Parameters:
dongle_id (int) – id of the dongle.
serial_number (int) – serial number of the dongle.
Methods
__init__
(dongle_id, serial_number)Initialize the dongle.