OBEX_ObjectNew
Name
OBEX_ObjectNew -- Create a new OBEX Object
Synopsis
obex_object_t * OBEX_ObjectNew (obex_t * self, uint8_t cmd);
Arguments
self OBEX handle
cmd command of object
Description
Returns a pointer to a new OBEX Object or NULL on error.