InfoConnect for Unisys
CTSrequired Property (IConnectionSettingsComSerialPort)


When set to true, InfoConnect transmits only if the RS-232 Clear To Send (CTS) signal is active.
Syntax
'Declaration
 
Property CTSrequired As Boolean
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.CTSrequired = value
 
value = instance.CTSrequired
bool CTSrequired {get; set;}

Property Value

This value can be changed during an open connection.
Remarks
Set the value to false (the default) if ReceivedPacing is set to Hardware.
See Also