Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
cmd_response_t Struct Reference
[Command Encoder]
Command response type. More...
#include <ble_rpc_cmd_encoder.h>
Data Fields | |
uint8_t | op_code |
Operation code for which this response applies. | |
uint32_t | err_code |
Error code received for this response applies. |
Detailed Description
Command response type.
Definition at line 32 of file ble_rpc_cmd_encoder.h.
Field Documentation
uint32_t err_code |
Error code received for this response applies.
Definition at line 35 of file ble_rpc_cmd_encoder.h.
uint8_t op_code |
Operation code for which this response applies.
Definition at line 34 of file ble_rpc_cmd_encoder.h.
Generated on Tue Jul 12 2022 19:00:54 by
