TwclSerialDeviceEvent Delegate

The event handler prototype for the OnInserted and OnRemoved events.

Namespace: wclSerialDevices
type
 TwclSerialDeviceEvent = procedure(Sender: TObject;
 const Device: TwclSerialDevice) of object;

Parameters

Sender

The object initiates the event.

Device

The TwclSerialDevice structure that describes the Serial Device.