OBEX_ObjectReParseHeaders
Name
OBEX_ObjectReParseHeaders -- Allow the user to parse again the rx headers
Synopsis
int OBEX_ObjectReParseHeaders
(obex_t * self, obex_object_t * object);
Arguments
self
OBEX handle
object
OBEX object
Description
The user must have extracted all headers from the object before
calling this function (until OBEX_ObjectGetNextHeader
() returns 0).
Next call to OBEX_ObjectGetNextHeader
() will return the first received
header.
Returns 1 on success
Returns 0 if failed due previous parsing not completed.