IRremoteESP8266
|
Native representation of a Sanyo 88-bit A/C message. More...
#include <ir_Sanyo.h>
Public Attributes | |
uint8_t | raw [kSanyoAc88StateLength] |
The state in IR code form. More... | |
struct { | |
uint8_t __pad0__:8 | |
uint8_t __pad1__:8 | |
uint8_t Fan:2 | |
uint8_t __pad2__:2 | |
uint8_t Mode:3 | |
uint8_t Power:1 | |
uint8_t Temp:5 | |
uint8_t Filter:1 | |
uint8_t SwingV:1 | |
uint8_t __pad3__:1 | |
uint8_t ClockSecs:8 | |
uint8_t ClockMins:8 | |
uint8_t ClockHrs:8 | |
uint8_t __pad4__:8 | |
uint8_t __pad5__:8 | |
uint8_t __pad6__:8 | |
uint8_t __pad7__:3 | |
uint8_t Turbo:1 | |
uint8_t EnableStartTimer:1 | |
uint8_t EnableStopTimer:1 | |
uint8_t Sleep:1 | |
uint8_t __pad8__:1 | |
}; | |
Native representation of a Sanyo 88-bit A/C message.
struct { ... } |
uint8_t SanyoAc88Protocol::__pad0__ |
uint8_t SanyoAc88Protocol::__pad1__ |
uint8_t SanyoAc88Protocol::__pad2__ |
uint8_t SanyoAc88Protocol::__pad3__ |
uint8_t SanyoAc88Protocol::__pad4__ |
uint8_t SanyoAc88Protocol::__pad5__ |
uint8_t SanyoAc88Protocol::__pad6__ |
uint8_t SanyoAc88Protocol::__pad7__ |
uint8_t SanyoAc88Protocol::__pad8__ |
uint8_t SanyoAc88Protocol::ClockHrs |
uint8_t SanyoAc88Protocol::ClockMins |
uint8_t SanyoAc88Protocol::ClockSecs |
uint8_t SanyoAc88Protocol::EnableStartTimer |
uint8_t SanyoAc88Protocol::EnableStopTimer |
uint8_t SanyoAc88Protocol::Fan |
uint8_t SanyoAc88Protocol::Filter |
uint8_t SanyoAc88Protocol::Mode |
uint8_t SanyoAc88Protocol::Power |
uint8_t SanyoAc88Protocol::raw[kSanyoAc88StateLength] |
The state in IR code form.
uint8_t SanyoAc88Protocol::Sleep |
uint8_t SanyoAc88Protocol::SwingV |
uint8_t SanyoAc88Protocol::Temp |
uint8_t SanyoAc88Protocol::Turbo |