UM C API
6.16.1
|
Structure that holds the receiver deletion function information to configure the wildcard receiver delete callback. More...
#include <lbm.h>
Data Fields | |
lbm_wildcard_rcv_delete_function_cb | deletefunc |
Function pointer for application callback. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the receiver deletion function information to configure the wildcard receiver delete callback.
Set by the receiver_delete_callback (wildcard_receiver) configuration option.
See lbm_wildcard_rcv_delete_func_t_stct for field definitions.