UM C API  6.13
lbm_src_event_sequence_number_info_t_stct Struct Reference

Structure that holds sequence number information for a message sent by a source. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_uint_t first_sequence_number
 
lbm_uint_t last_sequence_number
 
void * msg_clientd
 

Detailed Description

Structure that holds sequence number information for a message sent by a source.

A structure used with UM sources that informs the application the sequence numbers used with a message. This structure is delivered by the LBM_SRC_EVENT_SEQUENCE_NUMBER_INFO source event, which is enabled by sending the message using the lbm_src_send_ex() function and setting the LBM_SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO flag or LBM_SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO_FRAGONLY flag.

See lbm_src_event_sequence_number_info_t_stct for field definitions.

Field Documentation

lbm_uint_t lbm_src_event_sequence_number_info_t_stct::first_sequence_number

First sequence number for the message set

int lbm_src_event_sequence_number_info_t_stct::flags

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

lbm_uint_t lbm_src_event_sequence_number_info_t_stct::last_sequence_number

Last sequence number for the message set

void* lbm_src_event_sequence_number_info_t_stct::msg_clientd

The clientd pointer passed in for the message


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