Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mpx_api_s Struct Reference

mpx_api_s Struct Reference

Struct mpx_api_s defines functions for MPX user for register call backs and send data. More...

#include <mpx_api.h>

Data Fields

mpx_data_requestmpx_data_request
 MPX data request.
mpx_data_purge_request * mpx_data_purge
 MPX data Purge.
mpx_header_size_get * mpx_headroom_size_get
 MPX headroom size get in bytes.
mpx_data_cb_register * mpx_user_registration
 MPX User cb registration must be call before enable to send or RX data.

Detailed Description

Struct mpx_api_s defines functions for MPX user for register call backs and send data.

Definition at line 88 of file mpx_api.h.


Field Documentation

mpx_data_purge_request* mpx_data_purge

MPX data Purge.

Definition at line 90 of file mpx_api.h.

MPX data request.

Definition at line 89 of file mpx_api.h.

mpx_header_size_get* mpx_headroom_size_get

MPX headroom size get in bytes.

Definition at line 91 of file mpx_api.h.

mpx_data_cb_register* mpx_user_registration

MPX User cb registration must be call before enable to send or RX data.

Definition at line 92 of file mpx_api.h.