Class SerialDataReceivedEventArgs
Provides data for serial data received events.
Assembly: Meadow.Contracts.dll
View Source
public class SerialDataReceivedEventArgs
Properties
EventType
Describes the type of serial data received, either characters or an end of file notification.
View Source
public SerialDataType EventType { get; }