UM C API  6.13
lbm_msg_properties_iter_t_stct Struct Reference

A struct used for iterating over properties pointed to by an lbm_msg_properties_t. The iterator is used to access the fields of a property. More...

#include <lbm.h>

Data Fields

const char * name
 
char * data
 
size_t size
 
int type
 

Detailed Description

A struct used for iterating over properties pointed to by an lbm_msg_properties_t. The iterator is used to access the fields of a property.

See also
lbm_msg_properties_iter_create
lbm_msg_properties_iter_delete
lbm_msg_properties_iter_first
lbm_msg_properties_iter_next

See lbm_msg_properties_iter_t_stct for field definitions.

Field Documentation

char* lbm_msg_properties_iter_t_stct::data

Pointer to value for this property. Must be cast to proper data type.

const char* lbm_msg_properties_iter_t_stct::name

Name given to this property.

size_t lbm_msg_properties_iter_t_stct::size

Size (in bytes) of the value for this property.


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