ZylSerialPort.NET

SerialPort.LineStatusEventHandler Event

Occures when the line status of the serial port is changed.

[Visual Basic]
Public Event LineStatusChanged As 
[C#]
public event  LineStatusChanged;

Event Data

The event handler receives an argument of type LineStatusEventArgs containing data related to this event. The following LineStatusEventArgs property provides information specific to this event.

Property Description
LineStatus Line status of the serial port.

See Also

SerialPort Class | ZylSerialPort Namespace