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 159 of file IRremoteInt.h.

Member Data Documentation

◆ address

uint16_t decode_results::address

Definition at line 163 of file IRremoteInt.h.

◆ bits

uint8_t decode_results::bits

Definition at line 165 of file IRremoteInt.h.

◆ decode_type

decode_type_t decode_results::decode_type

Definition at line 162 of file IRremoteInt.h.

◆ isRepeat

bool decode_results::isRepeat

Definition at line 167 of file IRremoteInt.h.

◆ magnitude

uint16_t decode_results::magnitude

Definition at line 166 of file IRremoteInt.h.

◆ overflow

bool decode_results::overflow

Definition at line 172 of file IRremoteInt.h.

◆ rawbuf

uint16_t* decode_results::rawbuf

Definition at line 170 of file IRremoteInt.h.

◆ rawlen

uint_fast8_t decode_results::rawlen

Definition at line 171 of file IRremoteInt.h.

◆ value

uint32_t decode_results::value

Definition at line 164 of file IRremoteInt.h.


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