IRremote
|
Results returned from the decoder. More...
#include <IRremote.h>
Public Attributes | |
decode_type_t | decode_type |
UNKNOWN, NEC, SONY, RC5, ... More... | |
unsigned int | address |
Used by Panasonic & Sharp [16-bits]. More... | |
unsigned long | value |
Decoded value [max 32-bits]. More... | |
int | bits |
Number of bits in decoded value. More... | |
volatile unsigned int * | rawbuf |
Raw intervals in 50uS ticks. More... | |
unsigned int | rawlen |
Number of records in rawbuf. More... | |
int | overflow |
true if IR raw code too long More... | |
Results returned from the decoder.
Definition at line 174 of file IRremote.h.
unsigned int decode_results::address |
Used by Panasonic & Sharp [16-bits].
Definition at line 177 of file IRremote.h.
int decode_results::bits |
Number of bits in decoded value.
Definition at line 179 of file IRremote.h.
decode_type_t decode_results::decode_type |
UNKNOWN, NEC, SONY, RC5, ...
Definition at line 176 of file IRremote.h.
int decode_results::overflow |
true if IR raw code too long
Definition at line 182 of file IRremote.h.
volatile unsigned int* decode_results::rawbuf |
Raw intervals in 50uS ticks.
Definition at line 180 of file IRremote.h.
unsigned int decode_results::rawlen |
Number of records in rawbuf.
Definition at line 181 of file IRremote.h.
unsigned long decode_results::value |
Decoded value [max 32-bits].
Definition at line 178 of file IRremote.h.