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

EVBME Message command in Cascoda TLV format. More...

#include <ca821x-api/include/evbme_messages.h>

Collaboration diagram for EVBME_Message:

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
 

Detailed Description

EVBME Message command in Cascoda TLV format.

Member Data Documentation

◆ COMM_CHECK_request

struct EVBME_COMM_CHECK_request EVBME_Message::COMM_CHECK_request

◆ COMM_indication

struct EVBME_COMM_indication EVBME_Message::COMM_indication

◆ data

uint8_t EVBME_Message::data[254]

To access as raw data.

◆ DFU_cmd

struct EVBME_DFU_cmd EVBME_Message::DFU_cmd

◆ 

union { ... } EVBME_Message::EVBME

◆ GET_confirm

struct EVBME_GET_confirm EVBME_Message::GET_confirm

◆ GET_request

struct EVBME_GET_request EVBME_Message::GET_request

◆ mCmdId

uint8_t EVBME_Message::mCmdId

see evbme_command_ids

◆ MESSAGE_indication

struct EVBME_MESSAGE_indication EVBME_Message::MESSAGE_indication

◆ mLen

uint8_t EVBME_Message::mLen

Length of the EVBME command data.

◆ SET_confirm

struct EVBME_SET_confirm EVBME_Message::SET_confirm

◆ SET_request

struct EVBME_SET_request EVBME_Message::SET_request

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