IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
command_table Struct Reference
Collaboration diagram for command_table:

Data Fields

uint8_t cmd_code
 
uint8_t cmd_payload
 
uint8_t cmd_wildcard
 

Detailed Description

* 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.

Field Documentation

◆ cmd_code

uint8_t command_table::cmd_code

Definition at line 84 of file message_unpack.c.

◆ cmd_payload

uint8_t command_table::cmd_payload

Definition at line 86 of file message_unpack.c.

◆ cmd_wildcard

uint8_t command_table::cmd_wildcard

Definition at line 85 of file message_unpack.c.


The documentation for this struct was generated from the following file: