Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / CTSrequired Property


In This Topic
CTSrequired Property (IConnectionSettingsModem)
In This Topic
When set to true, Reflection does not transmit unless the RS-232 Clear To Send (CTS) signal is active.
Syntax
'Declaration
 
Property CTSrequired As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As Boolean
 
instance.CTSrequired = value
 
value = instance.CTSrequired

Property Value

The default value is false. This value can be changed during an open connection.
Remarks
Set this keyword to false if ReceivedPacing is set to Hardware.
See Also