SerialDevice.CarrierDetectState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.