UM C API  6.12.1
lbm_msg_fragment_info_t_stct Struct Reference

Structure that holds fragment information for UM messages when appropriate. More...

#include <lbm.h>

Data Fields

lbm_uint_t start_sequence_number
 
lbm_uint_t offset
 
lbm_uint_t total_message_length
 

Detailed Description

Structure that holds fragment information for UM messages when appropriate.

To retrieve the UM-message fragment information held in this structure, it is typically necessary to call lbm_msg_retrieve_fragment_info().

See lbm_msg_fragment_info_t_stct for field definitions.

Field Documentation

lbm_uint_t lbm_msg_fragment_info_t_stct::offset

The offset (in bytes) of this fragment from the message beginning

lbm_uint_t lbm_msg_fragment_info_t_stct::start_sequence_number

The sequence number of the fragment that starts the message

lbm_uint_t lbm_msg_fragment_info_t_stct::total_message_length

The total length (in bytes) of the message this fragment is for


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