public class UartObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
BaudRate |
UartSetting.DataBit |
DataBit |
UartSetting.FlowControl |
FlowControl |
UartSetting.Parity |
Parity |
UartSetting.StopBit |
StopBit |
| Constructor and Description |
|---|
UartObject() |
public int BaudRate
public UartSetting.StopBit StopBit
public UartSetting.Parity Parity
public UartSetting.DataBit DataBit
public UartSetting.FlowControl FlowControl