wclSerialDevices Namespace

 NameDescription
TwclComDatabase

The class provides access to the system COM ports database.

TwclSerialMonitor

The Serial Monitor allows your application to enumerate available serial devices and to monitor changes in its configuration.

TwclUsbMonitor

The USB Monitor allows your application to enumerate available USB devices and to monitor changes in its configuration.

Top
 NameDescription
TwclSerialDevice

The record contains information about serial device.

TwclUsbDevice

The structure contains information about USB device.

Top
 NameDescription
TwclSerialDeviceEvent

The event handler prototype for the OnInserted and OnRemoved events.

TwclUsbDeviceEvent

The event handler prototype for the OnInserted and OnRemoved events.

Top
 NameDescription
TwclComPortNumbers

The array represents a COM port numbers.

TwclSerialDevices

The array contains information about found serial devices.

TwclUsbDevices

The array contains list of found USB devices.

Top
 NameDescription
wclReadDeviceInformation(string,TwclSerialDevice)

Helper function that reads serial device information by its Device Instance ID.

Top