IRremoteESP8266
Loading...
Searching...
No Matches
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.
 
struct { 
 
   uint8_t   pad [5] 
 
   uint8_t   :6 
 
   uint8_t   Power:1 
 
   uint8_t   :1 
 
   uint8_t   Mode:3 
 
   uint8_t   :1 
 
   uint8_t   Temp:4 
 
   uint8_t   :1 
 
   uint8_t   Fan:2 
 
   uint8_t   :1 
 
   uint8_t   SwingV:4 
 
};  
 

Detailed Description

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

Member Data Documentation

◆ [struct]

struct { ... } Mitsubishi136Protocol

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