Continuous Glucose Monitoring Recoerd Access Control Point response value. More...

#include <cgms_racp.h>

Public Attributes

cgms_racp_op_code_t op_code
 
cgms_racp_operator_t operator
 
union {
   uint16_t   num_of_record
 
   struct {
      cgms_racp_op_code_t   op_code
 
      cgms_racp_operand_t   status
 
   }   rsp
 
operand
 

Detailed Description

Continuous Glucose Monitoring Recoerd Access Control Point response value.

Definition at line 143 of file cgms_racp.h.

Member Data Documentation

◆ num_of_record

uint16_t cgms_racp_rsp_t::num_of_record

Number of record (if op_code = CGMS_RACP_OP_REP_NB_OF_STRD_RECS).

Definition at line 149 of file cgms_racp.h.

◆ op_code

cgms_racp_op_code_t cgms_racp_rsp_t::op_code

Continuous Glucose Monitoring Recoerd Access Control Point Operation Code.

Request Op Code.

Definition at line 145 of file cgms_racp.h.

◆ operand

union { ... } cgms_racp_rsp_t::operand

Response operand.

◆ operator

cgms_racp_operator_t cgms_racp_rsp_t::operator

Continuous Glucose Monitoring Recoerd Access Control Point Operator.

Definition at line 146 of file cgms_racp.h.

◆ rsp

struct { ... } cgms_racp_rsp_t::rsp

Response.

◆ status

cgms_racp_operand_t cgms_racp_rsp_t::status

Command Status (if op_code = CGMS_RACP_OP_RSP_CODE).

Definition at line 153 of file cgms_racp.h.


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