BFModule.CLComm.Parity#
- class BFModule.CLComm.Parity#
 Bases:
pybind11_objectEnum specifying values for the "Parity" setting of the serial port.
Members:
None : No Parity bit.
Odd : Total number of binary 1s, in a single character, adds up to an odd number.
Even : Total number of binary 1s, in a single character, adds up to an even number.
- __init__(self: BFModule.CLComm.Parity, value: int) None#
 
Methods
__init__(self, value)Attributes
EvenNoneOddvalue- property name#