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 |
Continuous Glucose Monitoring Recoerd Access Control Point response value.
Definition at line 143 of file cgms_racp.h.
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.
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.
union { ... } cgms_racp_rsp_t::operand |
Response operand.
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.
struct { ... } cgms_racp_rsp_t::rsp |
Response.
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.