Microchip® Advanced Software Framework

AppMessage_t Struct Reference

Data Fields

struct {
   uint8_t   size
 
   char   text [APP_CAPTION_SIZE]
 
   uint8_t   type
 
caption
 
uint32_t channelMask
 
uint8_t commandId
 
uint64_t extAddr
 
uint8_t lqi
 
uint8_t nodeType
 
uint16_t panId
 
uint16_t parentShortAddr
 
int8_t rssi
 
struct {
   int32_t   battery
 
   int32_t   light
 
   uint8_t   size
 
   int32_t   temperature
 
   uint8_t   type
 
sensors
 
uint16_t shortAddr
 
uint32_t softVersion
 
uint8_t workingChannel
 

int32_t AppMessage_t::battery

Referenced by appInit(), and appSendData().

struct { ... } AppMessage_t::caption

Referenced by appInit().

uint32_t AppMessage_t::channelMask

Referenced by appInit().

uint8_t AppMessage_t::commandId

Referenced by appInit().

uint64_t AppMessage_t::extAddr

Referenced by appInit().

int32_t AppMessage_t::light

Referenced by appInit(), and appSendData().

uint8_t AppMessage_t::lqi

Referenced by appDataInd(), and appInit().

uint8_t AppMessage_t::nodeType

Referenced by appInit().

uint16_t AppMessage_t::panId

Referenced by appInit().

uint16_t AppMessage_t::parentShortAddr

Referenced by appInit(), and appSendData().

int8_t AppMessage_t::rssi

Referenced by appDataInd(), and appInit().

struct { ... } AppMessage_t::sensors

Referenced by appInit(), and appSendData().

uint16_t AppMessage_t::shortAddr

Referenced by appInit().

uint8_t AppMessage_t::size

Referenced by appInit().

uint32_t AppMessage_t::softVersion

Referenced by appInit().

int32_t AppMessage_t::temperature

Referenced by appInit(), and appSendData().

char AppMessage_t::text[APP_CAPTION_SIZE]

Referenced by appInit().

uint8_t AppMessage_t::type

Referenced by appInit().

uint8_t AppMessage_t::workingChannel

Referenced by appInit().