Name
OBEX_ObjectDelete —
Delete an OBEX object
Synopsis
int OBEX_ObjectDelete ( | self, | |
| | object); | |
obex_t * self;
obex_object_t * object;
Arguments
self
OBEX handle
object
object to delete.
Description
Note that as soon as you have passed an object to the lib using
OBEX_Request, you shall not delete it yourself.