Interface IPortDriverEventNotification
Unit
Declaration
type IPortDriverEventNotification = interface(IInterface)
Description
: Event notification interface for protocol drivers.
Attributes
- GUID['{26B0F551-5B46-49D9-BCA1-AD621B3775CF}']
Hierarchy
- IInterface
- IPortDriverEventNotification
Overview
Methods
function GetPortOpenedEvent:TNotifyEvent; |
|
function GetPortClosedEvent:TNotifyEvent; |
|
function GetPortDisconnectedEvent:TNotifyEvent; |
|
function NotifyThisEvents:TNotifyThisEvents; |
|
procedure DoPortOpened(Sender: TObject); |
|
procedure DoPortClosed(Sender: TObject); |
|
procedure DoPortDisconnected(Sender: TObject); |
|
procedure DoPortRemoved(Sender:TObject); |
Description
Methods
function GetPortOpenedEvent:TNotifyEvent; |
|
: Returns the event to be called when communication port opens. |
function GetPortClosedEvent:TNotifyEvent; |
|
: Returns the event to be called when communication port closed. |
function GetPortDisconnectedEvent:TNotifyEvent; |
|
: Returns the event to be called when communication port is disconnected. |
function NotifyThisEvents:TNotifyThisEvents; |
|
: Set of events that the protocol driver wants be notified. See also |
procedure DoPortOpened(Sender: TObject); |
|
: Procedure called when the communication port opens. |
procedure DoPortClosed(Sender: TObject); |
|
: Procedure called when the communication port was closed. |
procedure DoPortDisconnected(Sender: TObject); |
|
: Procedure called when the communication port was disconnected. |
procedure DoPortRemoved(Sender:TObject); |
|
: Procedure called when the communication port has been destroied. |
Generated by PasDoc 0.14.0.