|
UM C API
6.17
|
Advertisement event structure (for UM internal use only). More...
#include <lbm.h>
Data Fields | |
| lbm_uint32_t | flags |
| Bitmap indicating extra information about the advertisement. Zero or more flag bits ORed together: LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_* (i.e. LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_LJ, LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_UME, LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_UMQ, LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_ULB, LBM_RESOLVER_EVENT_ADVERTISEMENT_FLAGS_EVC) | |
| char | topic_string [LBM_MSG_MAX_TOPIC_LEN] |
| Source topic string. | |
| char | transport_string [LBM_MSG_MAX_SOURCE_LEN] |
| Source string. | |
| lbm_uint32_t | topic_index |
| Topic index within transport session. | |
| lbm_uint32_t | source_domain_id |
| Domain ID of originating source. | |
| lbm_uint8_t | otid [LBM_OTID_BLOCK_SZ] |
| Globally unique identifier of originating source. | |
| lbm_uint32_t | source_type |
| Type of source. | |
Advertisement event structure (for UM internal use only).