IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
|
Data Fields | |
uint8_t | cmd_code |
uint8_t | cmd_payload |
uint8_t | cmd_wildcard |
* Individual commands have the following structure: * <GUI command> ::= <cmd code> <xor validation byte> * <GUI command> ::= <cmd code> <sensor address> <xor validation byte> * <GUI command> ::= <cmd code> <sensor address> <payload> <xor validation byte> *
Array with the commands recognized by the message unpack
Definition at line 82 of file message_unpack.c.
uint8_t command_table::cmd_code |
Definition at line 84 of file message_unpack.c.
uint8_t command_table::cmd_payload |
Definition at line 86 of file message_unpack.c.
uint8_t command_table::cmd_wildcard |
Definition at line 85 of file message_unpack.c.