Skip to main content

Class PolledSerialDataReceivedEventArgs

Polled Serial Data Received Event Args class

Assembly: IDxxLA.dll
View Source
Declaration
public class PolledSerialDataReceivedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

SerialPort

The serial port with data in it's buffer. You should check there is still data in the buffer before consuming.

View Source
Declaration
public ISerialPort? SerialPort { get; set; }