SkineticSDK::Skinetic::DeviceInfo
Class returned by a scan and containing all information of an introspected device.
Public Functions
| Name | |
|---|---|
| init(self self, out_type out_type, serial_nb serial_nb, dev_type dev_type, dev_version dev_version) | |
| str(self self) | 
Public Attributes
| Name | |
|---|---|
| output_type  Available Output connection mode.  | |
| serial_number  Device Serial Number.  | |
| device_type  Device Type.  | |
| device_version | 
Public Functions Documentation
function init
__init__(
    self self,
    out_type out_type,
    serial_nb serial_nb,
    dev_type dev_type,
    dev_version dev_version
)
function str
__str__(
    self self
)
Public Attributes Documentation
variable output_type
output_type;
Available Output connection mode.
variable serial_number
serial_number;
Device Serial Number.
variable device_type
device_type;
Device Type.
variable device_version
device_version;
Updated on 2024-06-05 at 16:05:52 +0000