Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
OT_APPLICATION_CMD Struct Reference

#include <baremetal/app/ot-barebone/include/ot_api_messages.h>

Public Attributes

u8_t CommandId
 CommandId always THREAD_DOWNLINK_ID. More...
 
u8_t Length
 Length always 1 + length of Command[] below. More...
 
u8_t DispatchId
 DispatchId always OT_CMD_APPLICATION_CMD. More...
 
u8_t CommandLength
 Command length - will be Length-1. More...
 
u8_t Command []
 Application command. More...
 

Member Data Documentation

◆ Command

u8_t OT_APPLICATION_CMD::Command[]

Application command.

Its length given by CommandLength

◆ CommandId

u8_t OT_APPLICATION_CMD::CommandId

CommandId always THREAD_DOWNLINK_ID.

◆ CommandLength

u8_t OT_APPLICATION_CMD::CommandLength

Command length - will be Length-1.

◆ DispatchId

u8_t OT_APPLICATION_CMD::DispatchId

DispatchId always OT_CMD_APPLICATION_CMD.

◆ Length

u8_t OT_APPLICATION_CMD::Length

Length always 1 + length of Command[] below.


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