API version 22
iOSAndroidWindows
パリティビットを以下の値から指定します。
定数 |
値 |
説明 |
---|---|---|
SerialPort.PARITY_NONE |
0 |
パリティ無し |
SerialPort.PARITY_ODD |
1 |
奇数パリティ |
SerialPort.PARITY_EVEN |
2 |
偶数パリティ |
デフォルトはSerialPort.PARITY_NONEです。