SerialPort.GetDSR Method (UInt64)
Returns the state of DSR line from lineStatus parameter.
[Visual Basic]
Overloads Public Shared Function GetDSR( _
ByVal
UInt64 As
UInt64 _
) As
Boolean
[C#]
public static
bool GetDSR(
UInt64 lineStatus);
Parameters
-
UInt64
- Line status parameter. The first 4 bits of the result contains CTS, DSR, RING and RLSD (CD) signals' status.
Return Value
Returns the state of DSR line.
See Also
SerialPort Class | ZylSerialPort Namespace | SerialPort.GetDSR Overload List