Ring Event
Triggered when the state of the Ring line changes from high to low.
Syntax
Visual Basic
Private Sub PortControllerObject_Ring()
Visual C++
void CMyWindowName::OnRingPortcontroller()
Delphi
procedure PortControllerObjectRing(Sender: TObject);
Remarks
See Using PortController Events for information and instructions regarding PortController event handling.
Errors
None
See Also
Ring, Using PortController Events, Handling Events in Visual C++,
Handling Events in Visual Basic, Handling Events in Delphi
|