CybSDK C#  4.3
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CybSDK.VirtDeviceInfo Class Reference

Struct containing all infos about a Virtualizer USB device. More...

Public Member Functions

string GetDevicePath ()
 Returns the UBS device path used for the HID connection. More...
 

Static Public Member Functions

static string GetVendorNameFromId (ushort vid)
 Returns the name for a given vendor Id. More...
 
static string GetProductNameFromId (ushort pid)
 Returns the name for a given product Id. More...
 

Public Attributes

byte MajorVersion
 The major firmware version. More...
 
byte MinorVersion
 The minor firmware version. More...
 
ushort VendorId
 The USB vendor id. More...
 
string VendorName
 The USB vendor name. More...
 
ushort ProductId
 The USB product id. More...
 
string ProductName
 The USB product name. More...
 

Detailed Description

Struct containing all infos about a Virtualizer USB device.

Member Function Documentation

◆ GetVendorNameFromId()

static string CybSDK.VirtDeviceInfo.GetVendorNameFromId ( ushort  vid)
static

Returns the name for a given vendor Id.

Returns
The name of a known vendor, otherwise "Unknown Vendor".

◆ GetProductNameFromId()

static string CybSDK.VirtDeviceInfo.GetProductNameFromId ( ushort  pid)
static

Returns the name for a given product Id.

Returns
The name of a known product, otherwise "Unknown Device"

◆ GetDevicePath()

string CybSDK.VirtDeviceInfo.GetDevicePath ( )

Returns the UBS device path used for the HID connection.

Member Data Documentation

◆ MajorVersion

byte CybSDK.VirtDeviceInfo.MajorVersion

The major firmware version.

◆ MinorVersion

byte CybSDK.VirtDeviceInfo.MinorVersion

The minor firmware version.

◆ VendorId

ushort CybSDK.VirtDeviceInfo.VendorId

The USB vendor id.

◆ VendorName

string CybSDK.VirtDeviceInfo.VendorName

The USB vendor name.

◆ ProductId

ushort CybSDK.VirtDeviceInfo.ProductId

The USB product id.

◆ ProductName

string CybSDK.VirtDeviceInfo.ProductName

The USB product name.


The documentation for this class was generated from the following file: