UM C API
6.16.1
|
Structure that holds the application function to configure a callback for receiving certain immediate mode messages (UIM). More...
#include <lbm.h>
Data Fields | |
lbm_immediate_msg_cb_proc | func |
Function pointer for application callback. | |
lbm_event_queue_t * | evq |
Event queue to be used (NULL if not). See Event Queue Object. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the application function to configure a callback for receiving certain immediate mode messages (UIM).
UIMs can be received using normal UM receivers. However, there are two cases where an application would not use a normal receiver:
Callbacks for these cases can be registered using the configuration options immediate_message_receiver_function (context) and immediate_message_topic_receiver_function (context) respectively.
See Immediate Messaging for general information on immediate messaging.
See lbm_context_rcv_immediate_msgs_func_t_stct for field definitions.