IRremoteESP8266
|
Native representation of a LG A/C message. More...
#include <ir_LG.h>
Public Attributes | |
uint32_t | raw |
The state of the IR remote in IR code form. More... | |
struct { | |
uint32_t Sum:4 | |
uint32_t Fan:3 | |
uint32_t __pad0__:1 | |
uint32_t Temp:4 | |
uint32_t Mode:3 | |
uint32_t __pad1__:3 | |
uint32_t Power:2 | |
uint32_t Sign:8 | |
}; | |
Native representation of a LG A/C message.
struct { ... } |
uint32_t LGProtocol::__pad0__ |
uint32_t LGProtocol::__pad1__ |
uint32_t LGProtocol::Fan |
uint32_t LGProtocol::Mode |
uint32_t LGProtocol::Power |
uint32_t LGProtocol::raw |
The state of the IR remote in IR code form.
uint32_t LGProtocol::Sign |
uint32_t LGProtocol::Sum |
uint32_t LGProtocol::Temp |