IRremote
TinyIRReceiverCallbackDataStruct Struct Reference

Is filled before calling the user callback to transfer received data to main loop for further processing. More...

#include <TinyIR.h>

Public Attributes

uint16_t Address
 
uint16_t Command
 
uint8_t Flags
 
bool justWritten
 Is set true if new data is available. Used by the main loop, to avoid multiple evaluations of the same IR frame. More...
 

Detailed Description

Is filled before calling the user callback to transfer received data to main loop for further processing.

Definition at line 231 of file TinyIR.h.

Member Data Documentation

◆ Address

uint16_t TinyIRReceiverCallbackDataStruct::Address

Definition at line 234 of file TinyIR.h.

◆ Command

uint16_t TinyIRReceiverCallbackDataStruct::Command

Definition at line 241 of file TinyIR.h.

◆ Flags

uint8_t TinyIRReceiverCallbackDataStruct::Flags

Definition at line 245 of file TinyIR.h.

◆ justWritten

bool TinyIRReceiverCallbackDataStruct::justWritten

Is set true if new data is available. Used by the main loop, to avoid multiple evaluations of the same IR frame.

Definition at line 246 of file TinyIR.h.


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