Serial Framework C++ Edition
Public Attributes | List of all members
wclUsbDevice Struct Reference

The structure contains information about USB device. More...

#include <wclSerialDevices.h>

Public Attributes

tstring FriendlyName
 The USB device's friendly name.
 
tstring HardwareId
 The USB device's hardware ID.
 
unsigned short VendorId
 The USB device vendor ID (VID).
 
unsigned short ProductId
 The USB device product ID (PID).
 
unsigned short Revision
 The USB device revision (REV).
 
tstring Instance
 The USB device's instance string.
 
tstring Manufacturer
 The USB device's manufacturer name.
 
GUID ClassGuid
 Device's class GUID.
 
bool Enabled
 Device status. True if device up and running. False if device is disabled.
 

Detailed Description

The structure contains information about USB device.