OBEX_SetUserCallBack
Name
OBEX_SetUserCallBack -- Change user callback on an OBEX handle
Synopsis
void OBEX_SetUserCallBack (obex_t * self, obex_event_t eventcb, void * data);
Arguments
self OBEX handle
eventcb Function pointer to your new event callback.
data Pointer to the new user data to pass to the new callback (optional)