Enum SerialData
Specifies the type of character that was received on the Windows.Devices.SerialCommunication.SerialDeviceInputStream serial port of a SerialDevice object.
Namespace: Windows.Devices.SerialCommunication
Assembly: Windows.Devices.SerialCommunication.dll
Syntax
public enum SerialData
Remarks
This enum is specific to nanoFramework. There is no equivalent in the UWP API.
Fields
Name | Description |
---|---|
Chars | A character was received and placed in the input stream. |
WatchChar | The character to watch was received and placed in the input stream. |