TwclUsbDevice Record

The structure contains information about USB device.

Namespace: wclSerialDevices
type
 TwclUsbDevice = record
 end;

The TwclUsbDevice type exposes the following members.

Show:
 NameDescription
ClassGuid

Device's class GUID.

Enabled

Device status. True if device up and running. False if device is disabled.

FriendlyName

The USB device's friendly name.

HardwareId

The USB device's hardware ID.

Instance

The USB device's instance string.

Manufacturer

The USB device's manufacturer name.

ProductId

The USB device product ID (PID).

Revision

The USB device revision (REV).

VendorId

The USB device vendor ID (VID).

Top