Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#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... | |
u8_t OT_APPLICATION_CMD::Command[] |
Application command.
Its length given by CommandLength
u8_t OT_APPLICATION_CMD::CommandId |
CommandId always THREAD_DOWNLINK_ID.
u8_t OT_APPLICATION_CMD::CommandLength |
Command length - will be Length-1.
u8_t OT_APPLICATION_CMD::DispatchId |
DispatchId always OT_CMD_APPLICATION_CMD.
u8_t OT_APPLICATION_CMD::Length |
Length always 1 + length of Command[] below.