UM C API
6.16.1
|
Structure 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_cb | create_func |
Function pointer for application callback when delivery controller is created. | |
lbm_rcv_src_notification_delete_function_cb | delete_func |
Function pointer for application callback when delivery controller is deleted. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the receiver application functions when configuring callbacks when sources are subscribed or unsubscribed.
Set by the the source_notification_function (receiver) configuration option.
See lbm_rcv_src_notification_func_t_stct for field definitions.