CGM Simulator  0.1.3
A CGM simulator to demonstrate the BLE CGM profile v1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
cgmRACPMsg_t Struct Reference

The container for receiving RACP data message from the CGM service layer. More...

Data Fields

osal_event_hdr_t hdr
 MSG_EVENT and status. More...
 
uint8 len
 The length of the data being passed. More...
 
uint8 data [CGM_RACP_MAX_SIZE]
 The value of the data being passed. More...
 

Detailed Description

The container for receiving RACP data message from the CGM service layer.

Field Documentation

uint8 cgmRACPMsg_t::data[CGM_RACP_MAX_SIZE]

The value of the data being passed.

osal_event_hdr_t cgmRACPMsg_t::hdr

MSG_EVENT and status.

uint8 cgmRACPMsg_t::len

The length of the data being passed.


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