ski_device_info_t
Linked structure returned by a scan and containing all information of an introspected device.
#include <DeviceInfo.h>
Public Attributes
Name | |
---|---|
ski_output_t | outputType |
uint32_t | serialNumber |
ski_device_type_t | deviceType |
const char * | deviceVersion |
struct ski_device_info_t * | next |
Public Attributes Documentation
variable outputType
ski_output_t outputType;
Available Output connection mode.
variable serialNumber
uint32_t serialNumber;
Device Serial Number.
variable deviceType
ski_device_type_t deviceType;
Device Type.
variable deviceVersion
const char * deviceVersion;
Device Version.
variable next
struct ski_device_info_t * next;
Pointer to the next device
Updated on 2024-05-23 at 10:02:49 +0000