Enum FlowControlType
Describes the type of serial flow control. See https://en.wikipedia.org/wiki/Flow_control_(data)
Assembly: Meadow.Contracts.dll
View Source
public enum FlowControlType
Fields
None
No flow control.
View Source
None = 0
RequestToSend
Hardware flow control.
View Source
RequestToSend = 6
XOnXOff
Software flow control.
View Source
XOnXOff = 24