UM C API
6.16.1
|
Structure that holds Store registration information for the UMP source in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap indicating extra information about the registration. Zero or more flag bits ORed together: LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_* (i.e. LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_OLD, LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_NOACKS, LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_RPP) | |
lbm_uint_t | registration_id |
The registration ID for the source. | |
lbm_uint_t | sequence_number |
The sequence number for the source to use as reported by the Store. | |
lbm_ushort_t | store_index |
the Store index of the Store involved | |
char | store [LBM_UME_MAX_STORE_STRLEN] |
the Store that was registered with | |
Structure that holds Store registration information for the UMP source in an extended form.
This structure signals to the source successful registration of a source with a Store. It indicates initial staring information related to that Store. Delivered as a source event LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX via callbacks lbm_src_cb_proc and lbm_ssrc_cb_proc.
See lbm_src_event_ume_registration_ex_t_stct for field definitions.