Struct containing all infos about a Virtualizer USB device.
More...
#include <CVirtDeviceInfo.h>
|
| VirtDeviceInfo () |
| Default Constructor.
|
|
| VirtDeviceInfo (uint8_t majorVersion, uint8_t minorVersion, uint16_t vendorId, const wchar_t *vendorName, uint16_t productId, const wchar_t *productName) |
| Constructor for a simulated Virtualizer device.
|
|
| VirtDeviceInfo (uint8_t majorVersion, uint8_t minorVersion, uint16_t vendorId, const wchar_t *vendorName, uint16_t productId, const wchar_t *productName, const char *devicePath) |
| Constructor for a Virtualizer device.
|
|
| VirtDeviceInfo (const VirtDeviceInfo &other) |
| Copy Constructor.
|
|
VirtDeviceInfo & | operator= (const VirtDeviceInfo &other) |
| Assignment operator.
|
|
| ~VirtDeviceInfo () |
| Destructor.
|
|
const char * | GetDevicePath () const |
| Returns the UBS device path used for the HID connection.
|
|
|
static const uint16_t | CyberithVID |
| The public USB vendor ID owned by Cyberith GmbH.
|
|
Struct containing all infos about a Virtualizer USB device.
◆ GetVendorNameFromId()
static const wchar_t* CybSDK::VirtDeviceInfo::GetVendorNameFromId |
( |
uint16_t |
vid | ) |
|
|
static |
Returns the name for a given vendor Id.
- Returns
- The name of a known vendor, otherwise "Unknown Vendor".
◆ GetProductNameFromId()
static const wchar_t* CybSDK::VirtDeviceInfo::GetProductNameFromId |
( |
uint16_t |
pid | ) |
|
|
static |
Returns the name for a given product Id.
- Returns
- The name of a known product, otherwise "Unknown Device".
The documentation for this struct was generated from the following file: