IRremoteESP8266
Public Attributes | List of all members
Mitsubishi136Protocol Union Reference

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

#include <ir_Mitsubishi.h>

Public Attributes

uint8_t raw [kMitsubishi136StateLength]
 The state in code form. More...
 
struct {
   uint8_t   pad [5]
 
   uint8_t   __pad0__:6
 
   uint8_t   Power:1
 
   uint8_t   __pad1__:1
 
   uint8_t   Mode:3
 
   uint8_t   __pad2__:1
 
   uint8_t   Temp:4
 
   uint8_t   __pad3__:1
 
   uint8_t   Fan:2
 
   uint8_t   __pad4__:1
 
   uint8_t   SwingV:4
 
}; 
 

Detailed Description

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

Member Data Documentation

◆ @88

struct { ... }

◆ __pad0__

uint8_t Mitsubishi136Protocol::__pad0__

◆ __pad1__

uint8_t Mitsubishi136Protocol::__pad1__

◆ __pad2__

uint8_t Mitsubishi136Protocol::__pad2__

◆ __pad3__

uint8_t Mitsubishi136Protocol::__pad3__

◆ __pad4__

uint8_t Mitsubishi136Protocol::__pad4__

◆ Fan

uint8_t Mitsubishi136Protocol::Fan

◆ Mode

uint8_t Mitsubishi136Protocol::Mode

◆ pad

uint8_t Mitsubishi136Protocol::pad[5]

◆ Power

uint8_t Mitsubishi136Protocol::Power

◆ raw

uint8_t Mitsubishi136Protocol::raw[kMitsubishi136StateLength]

The state in code form.

◆ SwingV

uint8_t Mitsubishi136Protocol::SwingV

◆ Temp

uint8_t Mitsubishi136Protocol::Temp

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