UM C API
6.16.1
|
Structure that holds the application callback for receiving context status notifications for source context. More...
#include <lbm.h>
Data Fields | |
lbm_ume_ctx_rcv_ctx_notification_create_function_cb | create_func |
Function pointer for application callback. | |
lbm_ume_ctx_rcv_ctx_notification_delete_function_cb | delete_func |
Function pointer for application callback. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the application callback for receiving context status notifications for source context.
A Structure used with binary option set/get functions that require source context status notification callback information.
See lbm_ume_ctx_rcv_ctx_notification_func_t_stct for field definitions.