|
UM C API
6.17.1
|
Structure (extended form) that holds the receiver application functions when configuring callbacks when sources are subscribed or unsubscribed. More...
#include <lbm.h>
Data Fields | |
| lbm_rcv_src_notification_create_function_ex_cb | create_func_ex |
| Function pointer for application callback when delivery controller is created. | |
| lbm_rcv_src_notification_delete_function_ex_cb | delete_func_ex |
| Function pointer for application callback when delivery controller is deleted. | |
| void * | clientd |
| Client data to be passed to the callback. | |
Structure (extended form) that holds the receiver application functions when configuring callbacks when sources are subscribed or unsubscribed.
Set by the the source_notification_function_ex (receiver) configuration option.
See lbm_rcv_src_notification_func_ex_t_stct for field definitions.