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
cgmCtlPntMsg_t Struct Reference

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

Data Fields

osal_event_hdr_t hdr
 MSG_EVENT and status from the CGM service layer. More...
 
uint8 len
 The length of the data being passed. More...
 
uint8 data [CGM_CTL_PNT_MAX_SIZE]
 The value of the data being passed. More...
 

Detailed Description

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

Field Documentation

uint8 cgmCtlPntMsg_t::data[CGM_CTL_PNT_MAX_SIZE]

The value of the data being passed.

osal_event_hdr_t cgmCtlPntMsg_t::hdr

MSG_EVENT and status from the CGM service layer.

uint8 cgmCtlPntMsg_t::len

The length of the data being passed.


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