mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_racp_value_t Struct Reference

ble_racp_value_t Struct Reference
[Record Access Control Point]

Record Access Control Point value structure. More...

#include <ble_racp.h>

Data Fields

uint8_t opcode
 Op Code.
uint8_t operator
 Operator.
uint8_t operand_len
 Length of the operand.
uint8_t * p_operand
 Pointer to the operand.

Detailed Description

Record Access Control Point value structure.

Definition at line 62 of file ble_racp.h.


Field Documentation

uint8_t opcode

Op Code.

Definition at line 64 of file ble_racp.h.

uint8_t operand_len

Length of the operand.

Definition at line 66 of file ble_racp.h.

uint8_t operator

Operator.

Definition at line 65 of file ble_racp.h.

uint8_t* p_operand

Pointer to the operand.

Definition at line 67 of file ble_racp.h.