TwclSerialMonitor Class

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

Namespace: wclSerialDevices
TComponent
  wclSerialDevices.TwclSerialMonitor
type
 TwclSerialMonitor = class(TComponent)
 end;

The TwclSerialMonitor type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Creates a new Serial Monitor component.

Destroy

Frees the component.

Top
Show:
 NameDescription
Monitoring

Gets the hardware monitoring tsate.

Top
Show:
 NameDescription
DoInserted(TwclSerialDevice)

Fires the OnInserted event.

DoRemoved(TwclSerialDevice)

Fires the OnRemoved event.

EnumDevices(TwclSerialDevices)

Enumerates available serial devices.

MessageReceived(TwclMessage)

The method called when a new notification message received.

Start

Starts monitoring hardware changes.

Stop

Stops monitoring hardware changes.

Top
Show:
 NameDescription
OnInserted

The event fires when a new serial device appeared in the system

OnRemoved

The event fires when a serial device has been removed from the system.

Top