IRremote
Public Attributes | List of all members
decode_results Class Reference

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...
 

Detailed Description

Results returned from the decoder.

Definition at line 174 of file IRremote.h.

Member Data Documentation

◆ address

unsigned int decode_results::address

Used by Panasonic & Sharp [16-bits].

Definition at line 177 of file IRremote.h.

◆ bits

int decode_results::bits

Number of bits in decoded value.

Definition at line 179 of file IRremote.h.

◆ decode_type

decode_type_t decode_results::decode_type

UNKNOWN, NEC, SONY, RC5, ...

Definition at line 176 of file IRremote.h.

◆ overflow

int decode_results::overflow

true if IR raw code too long

Definition at line 182 of file IRremote.h.

◆ rawbuf

volatile unsigned int* decode_results::rawbuf

Raw intervals in 50uS ticks.

Definition at line 180 of file IRremote.h.

◆ rawlen

unsigned int decode_results::rawlen

Number of records in rawbuf.

Definition at line 181 of file IRremote.h.

◆ value

unsigned long decode_results::value

Decoded value [max 32-bits].

Definition at line 178 of file IRremote.h.


The documentation for this class was generated from the following file: