rtl433
UNKNOWN
RTL-433 utility
|
Definition of r_device struct. More...
Go to the source code of this file.
Data Structures | |
struct | r_device |
Device protocol decoder struct. More... | |
Typedefs | |
typedef struct r_device | r_device |
Device protocol decoder struct. More... | |
Enumerations | |
enum | modulation_types { OOK_PULSE_MANCHESTER_ZEROBIT = 3, OOK_PULSE_PCM_RZ = 4, OOK_PULSE_PPM = 5, OOK_PULSE_PWM = 6, OOK_PULSE_PIWM_RAW = 8, OOK_PULSE_PIWM_DC = 11, OOK_PULSE_DMC = 9, OOK_PULSE_PWM_OSV1 = 10, FSK_DEMOD_MIN_VAL = 16, FSK_PULSE_PCM = 16, FSK_PULSE_PWM = 17, FSK_PULSE_MANCHESTER_ZEROBIT = 18 } |
Supported modulation types. More... | |
enum | decode_return_codes { DECODE_FAIL_OTHER = 0, DECODE_ABORT_LENGTH = -1, DECODE_ABORT_EARLY = -2, DECODE_FAIL_MIC = -3, DECODE_FAIL_SANITY = -4 } |
Decoders should return n>0 for n packets successfully decoded, an ABORT code if the bitbuffer is no applicable, or a FAIL code if the message is malformed. More... | |
Definition of r_device struct.
enum decode_return_codes |
Decoders should return n>0 for n packets successfully decoded, an ABORT code if the bitbuffer is no applicable, or a FAIL code if the message is malformed.
enum modulation_types |
Supported modulation types.