FastLED 3.9.15
Loading...
Searching...
No Matches

◆ DecodeError

enum class fl::DecodeError : u8
strong

Error codes for RX decoder operations.

Enumerator
OK 

No error (not typically used)

HIGH_ERROR_RATE 

Symbol decode error rate too high (>10%)

BUFFER_OVERFLOW 

Output buffer overflow.

INVALID_ARGUMENT 

Invalid input arguments.

Definition at line 68 of file rx.h.

68 : u8 {
69 OK = 0,
73};
unsigned char u8
Definition stdint.h:131
@ HIGH_ERROR_RATE
Symbol decode error rate too high (>10%)
Definition rx.h:70
@ BUFFER_OVERFLOW
Output buffer overflow.
Definition rx.h:71
@ OK
No error (not typically used)
Definition rx.h:69
@ INVALID_ARGUMENT
Invalid input arguments.
Definition rx.h:72