IRremote
decode_results Struct Reference

Results returned from old decoders !!!deprecated!!! More...

#include <IRremoteInt.h>

Public Attributes

decode_type_t decode_type
 
uint16_t address
 
uint32_t value
 
uint8_t bits
 
uint16_t magnitude
 
bool isRepeat
 
uint16_t * rawbuf
 
uint_fast8_t rawlen
 
bool overflow
 

Detailed Description

Results returned from old decoders !!!deprecated!!!

Definition at line 183 of file IRremoteInt.h.

Member Data Documentation

◆ address

uint16_t decode_results::address

Definition at line 187 of file IRremoteInt.h.

◆ bits

uint8_t decode_results::bits

Definition at line 189 of file IRremoteInt.h.

◆ decode_type

decode_type_t decode_results::decode_type

Definition at line 186 of file IRremoteInt.h.

◆ isRepeat

bool decode_results::isRepeat

Definition at line 191 of file IRremoteInt.h.

◆ magnitude

uint16_t decode_results::magnitude

Definition at line 190 of file IRremoteInt.h.

◆ overflow

bool decode_results::overflow

Definition at line 196 of file IRremoteInt.h.

◆ rawbuf

uint16_t* decode_results::rawbuf

Definition at line 194 of file IRremoteInt.h.

◆ rawlen

uint_fast8_t decode_results::rawlen

Definition at line 195 of file IRremoteInt.h.

◆ value

uint32_t decode_results::value

Definition at line 188 of file IRremoteInt.h.


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