Skip to main content

Class SerialDataReceivedEventArgs

Provides data for serial data received events.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class SerialDataReceivedEventArgs

Properties

EventType

Describes the type of serial data received, either characters or an end of file notification.

View Source
Declaration
public SerialDataType EventType { get; }