| IRremoteESP8266
    | 
Native representation of a Amcor A/C message. More...
#include <ir_Amcor.h>
| Public Attributes | |
| uint8_t | raw [kAmcorStateLength] | 
| struct { | |
| uint8_t __pad0__:8 | |
| uint8_t Mode:3 | |
| uint8_t __pad1__:1 | |
| uint8_t Fan:3 | |
| uint8_t __pad2__:1 | |
| uint8_t __pad3__:1 | |
| uint8_t Temp:6 | |
| uint8_t __pad4__:1 | |
| uint8_t __pad5__:8 | |
| uint8_t __pad6__:8 | |
| uint8_t __pad7__:4 | |
| uint8_t Power:4 | |
| uint8_t Max:2 | |
| uint8_t __pad8__:4 | |
| uint8_t Vent:2 | |
| uint8_t Sum:8 | |
| }; | |
Native representation of a Amcor A/C message.
| struct { ... } | 
| uint8_t AmcorProtocol::__pad0__ | 
| uint8_t AmcorProtocol::__pad1__ | 
| uint8_t AmcorProtocol::__pad2__ | 
| uint8_t AmcorProtocol::__pad3__ | 
| uint8_t AmcorProtocol::__pad4__ | 
| uint8_t AmcorProtocol::__pad5__ | 
| uint8_t AmcorProtocol::__pad6__ | 
| uint8_t AmcorProtocol::__pad7__ | 
| uint8_t AmcorProtocol::__pad8__ | 
| uint8_t AmcorProtocol::Fan | 
| uint8_t AmcorProtocol::Max | 
| uint8_t AmcorProtocol::Mode | 
| uint8_t AmcorProtocol::Power | 
| uint8_t AmcorProtocol::raw[kAmcorStateLength] | 
| uint8_t AmcorProtocol::Sum | 
| uint8_t AmcorProtocol::Temp | 
| uint8_t AmcorProtocol::Vent | 
 1.8.17
 1.8.17