IRremoteESP8266
Loading...
Searching...
No Matches
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.
 
struct { 
 
   uint8_t   :8 
 
   uint8_t   Temp:4 
 
   uint8_t   Mode:4 
 
   uint8_t   Fan:4 
 
   uint8_t   :4 
 
   uint8_t   :8 
 
};  
 

Detailed Description

Native representation of a Transcold A/C message.

Member Data Documentation

◆ [struct]

struct { ... } TranscoldProtocol

◆ __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: