Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
EVBME Message command in Cascoda TLV format. More...
#include <ca821x-api/include/evbme_messages.h>
Public Attributes | |
uint8_t | mCmdId |
see evbme_command_ids More... | |
uint8_t | mLen |
Length of the EVBME command data. More... | |
union { | |
struct EVBME_GET_confirm GET_confirm | |
struct EVBME_GET_request GET_request | |
struct EVBME_SET_confirm SET_confirm | |
struct EVBME_SET_request SET_request | |
struct EVBME_MESSAGE_indication MESSAGE_indication | |
struct EVBME_COMM_CHECK_request COMM_CHECK_request | |
struct EVBME_COMM_indication COMM_indication | |
struct EVBME_DFU_cmd DFU_cmd | |
uint8_t data [254] | |
To access as raw data. More... | |
} | EVBME |
EVBME Message command in Cascoda TLV format.
struct EVBME_COMM_CHECK_request EVBME_Message::COMM_CHECK_request |
struct EVBME_COMM_indication EVBME_Message::COMM_indication |
uint8_t EVBME_Message::data[254] |
To access as raw data.
struct EVBME_DFU_cmd EVBME_Message::DFU_cmd |
union { ... } EVBME_Message::EVBME |
struct EVBME_GET_confirm EVBME_Message::GET_confirm |
struct EVBME_GET_request EVBME_Message::GET_request |
uint8_t EVBME_Message::mCmdId |
see evbme_command_ids
struct EVBME_MESSAGE_indication EVBME_Message::MESSAGE_indication |
uint8_t EVBME_Message::mLen |
Length of the EVBME command data.
struct EVBME_SET_confirm EVBME_Message::SET_confirm |
struct EVBME_SET_request EVBME_Message::SET_request |