UM C API  6.12.1
lbm_src_event_umq_ulb_message_info_ex_t_stct Struct Reference

Structure that holds UMQ ULB message information in an extended form. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_umq_msgid_t msg_id
 
lbm_umq_regid_t registration_id
 
lbm_uint_t first_sequence_number
 
lbm_uint_t last_sequence_number
 
lbm_uint_t assignment_id
 
lbm_uint_t application_set_index
 
void * msg_clientd
 
char receiver [LBM_UMQ_ULB_MAX_RECEIVER_STRLEN]
 

Detailed Description

Structure that holds UMQ ULB message information in an extended form.

A structure used with UMQ ULB source applications to indicate message events.

See lbm_src_event_umq_ulb_message_info_ex_t_stct for field definitions.

Field Documentation

lbm_uint_t lbm_src_event_umq_ulb_message_info_ex_t_stct::application_set_index

The Application Set Index the receiver is in

lbm_uint_t lbm_src_event_umq_ulb_message_info_ex_t_stct::assignment_id

The Assignment ID of the receiver

lbm_uint_t lbm_src_event_umq_ulb_message_info_ex_t_stct::first_sequence_number

First sequence number for the message after being fragmented

int lbm_src_event_umq_ulb_message_info_ex_t_stct::flags

Bitmap set of flags reserved for future use. Currently set to 0.

lbm_uint_t lbm_src_event_umq_ulb_message_info_ex_t_stct::last_sequence_number

Last sequence number for the message after being fragmented

void* lbm_src_event_umq_ulb_message_info_ex_t_stct::msg_clientd

The clientd pointer passed in for the message

lbm_umq_msgid_t lbm_src_event_umq_ulb_message_info_ex_t_stct::msg_id

Message ID of the message

char lbm_src_event_umq_ulb_message_info_ex_t_stct::receiver[LBM_UMQ_ULB_MAX_RECEIVER_STRLEN]

The receivers immediate message target string

lbm_umq_regid_t lbm_src_event_umq_ulb_message_info_ex_t_stct::registration_id

The registration ID of the receiver


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