Error Event
Triggered when a line-status error occurs.
Syntax
Visual Basic
Private Sub PortControllerObject_Error()
Visual C++
void CMyWindowName::OnErrorPortcontroller()
Delphi
procedure PortControllerObjectError(Sender: TObject);
Remarks
An incoming break signal can trigger this event. Use the GetErrorStatus method to determine what kind of error (if any) has occured.
See Using PortController Events for information and instructions regarding PortController event handling.
Errors
None
See Also
Using PortController Events, Handling Events in Visual C++,
Handling Events in Visual Basic, Handling Events in Delphi
|