SerialPort.GetRING Method (UInt64)
Returns the state of RING line from lineStatus parameter.
[Visual Basic]
Overloads Public Shared Function GetRING( _
ByVal
UInt64 As
UInt64 _
) As
Boolean
[C#]
public static
bool GetRING(
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 RING line.
See Also
SerialPort Class | ZylSerialPort Namespace | SerialPort.GetRING Overload List