DeviceAdapter constructor

init

Initializes a new instance of the DeviceAdapter class.

def __init__(self, device):
    ...
ParameterTypeDescription
deviceIDeviceThe device to be adapted.

See Also