Skip to content

CrcLength

rf24_py.CrcLength

Bases: Enum

The length of a CRC checksum that is used (if any).

Cyclical Redundancy Checking (CRC) is commonly used to ensure data integrity.

Attributes:

Disabled: CrcLength = ... class-attribute instance-attribute

Bit8: CrcLength = ... class-attribute instance-attribute

Bit16: CrcLength = ... class-attribute instance-attribute