InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / CTSrequired Property


In This Topic
    CTSrequired Property (IConnectionSettingsModem)
    In This Topic
    When set to true, InfoConnect 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
    bool CTSrequired {get; set;}

    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