Glucose Recoerd Access Control Point response value. More...
#include <gls_racp.h>
Public Attributes | |
gls_racp_op_code_t | op_code |
gls_racp_operator_t | racp_operator |
union { | |
uint16_t num_of_record | |
struct { | |
gls_racp_op_code_t op_code_req | |
gls_racp_operand_t status | |
} rsp | |
} | operand |
Glucose Recoerd Access Control Point response value.
Definition at line 158 of file gls_racp.h.
uint16_t gls_racp_rsp_t::num_of_record |
Number of record (if op_code = GLS_RACP_OP_REP_NB_OF_STRD_RECS).
Definition at line 164 of file gls_racp.h.
gls_racp_op_code_t gls_racp_rsp_t::op_code |
Glucose Recoerd Access Control Point Operation Code.
Definition at line 160 of file gls_racp.h.
gls_racp_op_code_t gls_racp_rsp_t::op_code_req |
Request Op Code.
Definition at line 167 of file gls_racp.h.
union { ... } gls_racp_rsp_t::operand |
Response operand.
gls_racp_operator_t gls_racp_rsp_t::racp_operator |
Glucose Recoerd Access Control Point Operator.
Definition at line 161 of file gls_racp.h.
struct { ... } gls_racp_rsp_t::rsp |
Response.
gls_racp_operand_t gls_racp_rsp_t::status |
Command Status (if op_code = GLS_RACP_OP_RSP_CODE).
Definition at line 168 of file gls_racp.h.