UM C API  6.12.1
lbm_ume_rcv_regid_ex_func_info_t_stct Struct Reference

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]
 

Detailed Description

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.

Field Documentation

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


The documentation for this struct was generated from the following file: