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

Native representation of a Mitsubishi 112-bit A/C message. More...

#include <ir_Mitsubishi.h>

Public Attributes

uint8_t raw [kMitsubishi112StateLength]
 The state in code form.
 
struct { 
 
   uint8_t   pad0 [5] 
 
   uint8_t   :2 
 
   uint8_t   Power:1 
 
   uint8_t   :5 
 
   uint8_t   Mode:3 
 
   uint8_t   :5 
 
   uint8_t   Temp:4 
 
   uint8_t   :4 
 
   uint8_t   Fan:3 
 
   uint8_t   SwingV:3 
 
   uint8_t   :2 
 
   uint8_t   pad1 [3] 
 
   uint8_t   :2 
 
   uint8_t   SwingH:4 
 
   uint8_t   :2 
 
   uint8_t   Sum:8 
 
};  
 

Detailed Description

Native representation of a Mitsubishi 112-bit A/C message.

Member Data Documentation

◆ [struct]

struct { ... } Mitsubishi112Protocol

◆ __pad0__

uint8_t Mitsubishi112Protocol::__pad0__

◆ __pad1__

uint8_t Mitsubishi112Protocol::__pad1__

◆ __pad2__

uint8_t Mitsubishi112Protocol::__pad2__

◆ __pad3__

uint8_t Mitsubishi112Protocol::__pad3__

◆ __pad4__

uint8_t Mitsubishi112Protocol::__pad4__

◆ __pad5__

uint8_t Mitsubishi112Protocol::__pad5__

◆ __pad6__

uint8_t Mitsubishi112Protocol::__pad6__

◆ Fan

uint8_t Mitsubishi112Protocol::Fan

◆ Mode

uint8_t Mitsubishi112Protocol::Mode

◆ pad0

uint8_t Mitsubishi112Protocol::pad0[5]

◆ pad1

uint8_t Mitsubishi112Protocol::pad1[3]

◆ Power

uint8_t Mitsubishi112Protocol::Power

◆ raw

uint8_t Mitsubishi112Protocol::raw[kMitsubishi112StateLength]

The state in code form.

◆ Sum

uint8_t Mitsubishi112Protocol::Sum

◆ SwingH

uint8_t Mitsubishi112Protocol::SwingH

◆ SwingV

uint8_t Mitsubishi112Protocol::SwingV

◆ Temp

uint8_t Mitsubishi112Protocol::Temp

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