Enum SerialDataType
Describes the type of serial data received, either characters or an end of file notification.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum SerialDataType
Fields
Chars
Character data.
View Source
Declaration
Chars = 0
Eof
An End of File (EOF) notification.
View Source
Declaration
Eof = 1