Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / DSRrequired Property


In This Topic
DSRrequired Property (IConnectionSettingsComSerialPort)
In This Topic
When set to true, Reflection transmits data only if the RS-232 Data Set Ready (DSR) signal is active.
Syntax
'Declaration
 
Property DSRrequired As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.DSRrequired = value
 
value = instance.DSRrequired

Property Value

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