UM C API
6.16.1
|
Structure that holds the receiver creation function to configure the wildcard receiver create callback. More...
#include <lbm.h>
Data Fields | |
lbm_wildcard_rcv_create_function_cb | createfunc |
Function pointer for application callback. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the receiver creation function to configure the wildcard receiver create callback.
Set by the receiver_create_callback (wildcard_receiver) configuration option.
See lbm_wildcard_rcv_create_func_t_stct for field definitions.