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

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

Defines related to serialized BLE commands.

Defines related to serialized BLE commands.

Defines for serialized BLE commands. More...

Enumerations

enum  ble_rpc_pkt_type_t { BLE_RPC_PKT_CMD, BLE_RPC_PKT_RESP, BLE_RPC_PKT_EVT, BLE_RPC_PKT_TYPE_MAX }
 

The types of packets.

More...

Detailed Description

Defines for serialized BLE commands.


Enumeration Type Documentation

The types of packets.

Enumerator:
BLE_RPC_PKT_CMD 

Command packet type.

BLE_RPC_PKT_RESP 

Command Response packet type.

BLE_RPC_PKT_EVT 

Event packet type.

BLE_RPC_PKT_TYPE_MAX 

Upper bound.

Definition at line 45 of file ble_rpc_defines.h.