Name

OBEX_CancelRequest — Cancel an ongoing operation

Synopsis

int OBEX_CancelRequest (self,  
 self,  
 nice); 
 self;
 nice;

Arguments

self

OBEX handle

nice

If true an OBEX Abort will be sent if beeing client or OBEX_RSP_UNAUTHORIZED as reponse if beeing server.

Description