Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / IsDataCarrierHigh Property


In This Topic
IsDataCarrierHigh Property
In This Topic
Gets a value indicating whether the data carrier signal is high. Relevant only for serial connections.
Syntax
'Declaration
 
ReadOnly Property IsDataCarrierHigh As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
value = instance.IsDataCarrierHigh
See Also