adapted_device property

adapted_device property

Gets or sets the adapted device. See IDevice.

Definition:

@property
def adapted_device(self):
    ...
@adapted_device.setter
def adapted_device(self, value):
    ...

See Also