UM C API
6.16.1
|
Structure that holds fragment information for UM messages when appropriate. More...
#include <lbm.h>
Data Fields | |
lbm_uint_t | start_sequence_number |
The sequence number of the fragment that starts the message. | |
lbm_uint_t | offset |
The offset (in bytes) of this fragment from the message beginning. | |
lbm_uint_t | total_message_length |
The total length (in bytes) of the message this fragment is for. | |
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.