IRremoteESP8266
Public Attributes | List of all members
TranscoldProtocol Union Reference

Native representation of a Transcold A/C message. More...

#include <ir_Transcold.h>

Public Attributes

uint32_t raw
 The state of the IR remote in IR code form. More...
 
struct {
   uint8_t   __pad0__:8
 
   uint8_t   Temp:4
 
   uint8_t   Mode:4
 
   uint8_t   Fan:4
 
   uint8_t   __pad1__:4
 
   uint8_t   __pad2__:8
 
}; 
 

Detailed Description

Native representation of a Transcold A/C message.

Member Data Documentation

◆ @120

struct { ... }

◆ __pad0__

uint8_t TranscoldProtocol::__pad0__

◆ __pad1__

uint8_t TranscoldProtocol::__pad1__

◆ __pad2__

uint8_t TranscoldProtocol::__pad2__

◆ Fan

uint8_t TranscoldProtocol::Fan

◆ Mode

uint8_t TranscoldProtocol::Mode

◆ raw

uint32_t TranscoldProtocol::raw

The state of the IR remote in IR code form.

◆ Temp

uint8_t TranscoldProtocol::Temp

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