smartledz-protocol
Smart LEDZ protocol v1 command and state codec library
Loading...
Searching...
No Matches
smartledz_protocol::v1::MeshCommand Struct Reference

Mesh command frame used by the session transport layer. More...

#include <commands.h>

Public Attributes

uint8_t opcode {0}
 Mesh opcode (for example kOpcodeOnOff, kOpcodeColor).
 
std::array< uint8_t, 10 > payload {}
 Command payload bytes; only the first payload_len bytes are used.
 
uint8_t payload_len {0}
 Number of valid bytes in payload.
 

Detailed Description

Mesh command frame used by the session transport layer.


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