IRremoteESP8266
Loading...
Searching...
No Matches
Public Attributes | List of all members
CarrierProtocol Union Reference

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

#include <ir_Carrier.h>

Public Attributes

uint64_t raw
 The state of the IR remote.
 
struct { 
 
   uint8_t   :8 
 
   uint8_t   :8 
 
   uint8_t   Sum:4 
 
   uint8_t   Mode:2 
 
   uint8_t   Fan:2 
 
   uint8_t   Temp:4 
 
   uint8_t   :1 
 
   uint8_t   SwingV:1 
 
   uint8_t   :2 
 
   uint8_t   :4 
 
   uint8_t   Power:1 
 
   uint8_t   OffTimerEnable:1 
 
   uint8_t   OnTimerEnable:1 
 
   uint8_t   Sleep:1 
 
   uint8_t   :8 
 
   uint8_t   :4 
 
   uint8_t   OnTimer:4 
 
   uint8_t   :4 
 
   uint8_t   OffTimer:4 
 
};  
 

Detailed Description

Native representation of a Carrier A/C message.

Member Data Documentation

◆ [struct]

struct { ... } CarrierProtocol

◆ __pad0__

uint8_t CarrierProtocol::__pad0__

◆ __pad1__

uint8_t CarrierProtocol::__pad1__

◆ __pad2__

uint8_t CarrierProtocol::__pad2__

◆ __pad3__

uint8_t CarrierProtocol::__pad3__

◆ __pad4__

uint8_t CarrierProtocol::__pad4__

◆ __pad5__

uint8_t CarrierProtocol::__pad5__

◆ __pad6__

uint8_t CarrierProtocol::__pad6__

◆ __pad7__

uint8_t CarrierProtocol::__pad7__

◆ Fan

uint8_t CarrierProtocol::Fan

◆ Mode

uint8_t CarrierProtocol::Mode

◆ OffTimer

uint8_t CarrierProtocol::OffTimer

◆ OffTimerEnable

uint8_t CarrierProtocol::OffTimerEnable

◆ OnTimer

uint8_t CarrierProtocol::OnTimer

◆ OnTimerEnable

uint8_t CarrierProtocol::OnTimerEnable

◆ Power

uint8_t CarrierProtocol::Power

◆ raw

uint64_t CarrierProtocol::raw

The state of the IR remote.

◆ Sleep

uint8_t CarrierProtocol::Sleep

◆ Sum

uint8_t CarrierProtocol::Sum

◆ SwingV

uint8_t CarrierProtocol::SwingV

◆ Temp

uint8_t CarrierProtocol::Temp

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