BluetoothDtmParity Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the parity bit used with each transmitted or received frame. The default value is None.
Syntax
Namespace: NationalInstruments.BluetoothDtm
public enum BluetoothDtmParity
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Specifies that the frame does not contain a parity bit. |
| Odd | 1 | Specifies that the parity is odd. |
| Even | 2 | Specifies that the parity is even. |
| Mark | 3 | Specifies that the parity bit is always 1. |
| Space | 4 | Specifies that the parity bit is always 0. |