CtsToggle Event
Triggered when the state of the
clear-to-send line changes.
Syntax
Visual Basic
Private Sub PortControllerObject_CtsToggle(ByVal NewVal As Integer)
Visual C++
void CMyWindowName::OnCtsTogglePortcontroller(short NewVal)
Delphi
procedure PortControllerObjectCtsToggle(ASender: TObject;
NewVal: Smallint);
Arguments
CtsState: a short integer that holds the new value of the Clear-to-Send line. CtsState is 0 when the Clear-to-Send signal is OFF and non-zero when the Clear-to-Send signal is ON
Remarks
Errors
None
See Also
Cts, Using PortController Events, Handling Events in Visual C++, Handling Events in Visual Basic,
Handling Events in Delphi
|