UM C API  6.12.1
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.

See also
lbm_src_send_ex

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: