SerialDevice.CarrierDetectState Property

Definition

Gets the state of the Carrier Detect (CD) line.

public:
 property bool CarrierDetectState { bool get(); };
bool CarrierDetectState();
public bool CarrierDetectState { get; }
var boolean = serialDevice.carrierDetectState;
Public ReadOnly Property CarrierDetectState As Boolean

Property Value

Boolean

bool

Detects the state of Carrier Detect line. If the line is detected, value is true; otherwise, false.

Applies to