Public Attributes#

Identifier of the command.

uint8_t

Command sequence number.

uint16_t

Length of the payload in bytes.

uint8_t

Command payload.

Public Attribute Documentation#

command_id#

sli_cpc_system_cmd_id_t sli_cpc_system_cmd_t::command_id

Identifier of the command.


seq#

uint8_t sli_cpc_system_cmd_t::seq

Command sequence number.


length#

uint16_t sli_cpc_system_cmd_t::length

Length of the payload in bytes.


payload#

uint8_t sli_cpc_system_cmd_t::payload[PAYLOAD_LENGTH_MAX]

Command payload.