UM C API
6.16.1
|
Structure that holds the application callback function to configure "appcb" type wildcard pattern type. More...
#include <lbm.h>
Data Fields | |
lbm_wildcard_rcv_compare_function_cb | compfunc |
Function pointer for application pattern matching function. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the application callback function to configure "appcb" type wildcard pattern type.
Set by the pattern_callback (wildcard_receiver) configuration option.
See lbm_wildcard_rcv_compare_func_t_stct for field definitions.