UM C API
6.12.1
|
Structure that holds information for UMP receiver registration ID application callbacks. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_uint_t | src_registration_id |
lbm_ushort_t | store_index |
void * | source_clientd |
char | source [LBM_MSG_MAX_SOURCE_LEN] |
char | store [LBM_UME_MAX_STORE_STRLEN] |
Structure that holds information for UMP receiver registration ID application callbacks.
A structure used with UMP receiver registration ID callbacks to pass in information.
\sa \ref lbm_ume_rcv_regid_func_t
See lbm_ume_rcv_regid_ex_func_info_t_stct for field definitions.
int lbm_ume_rcv_regid_ex_func_info_t_stct::flags |
Bitmap set of flags reserved for future use. Currently set to 0.
char lbm_ume_rcv_regid_ex_func_info_t_stct::source[LBM_MSG_MAX_SOURCE_LEN] |
The source for the registration ID
void* lbm_ume_rcv_regid_ex_func_info_t_stct::source_clientd |
The per-source clientd value for the source set by the lbm_rcv_src_notification_create_function_cb callback
lbm_uint_t lbm_ume_rcv_regid_ex_func_info_t_stct::src_registration_id |
The registration ID for the source
char lbm_ume_rcv_regid_ex_func_info_t_stct::store[LBM_UME_MAX_STORE_STRLEN] |
The store involved
lbm_ushort_t lbm_ume_rcv_regid_ex_func_info_t_stct::store_index |
The store index of the store involved