TwclUsbDeviceEvent Delegate

The event handler prototype for the OnInserted and OnRemoved events.

Namespace: wclSerialDevices
type
 TwclUsbDeviceEvent = procedure(Sender: TObject;
 const Device: TwclUsbDevice) of object;

Parameters

Sender

The object initiates the event.

Device

The TwclUsbDevice structure that describes the USB Device.