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