Name

OBEX_SetUserCallBack — Change user callback on an OBEX handle

Synopsis

void OBEX_SetUserCallBack (self,  
 self,  
 eventcb,  
 data); 
 self;
 eventcb;
 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)