OBEX_GetResponseMessage
Name
OBEX_GetResponseMessage -- Return a human understandable string from a response-code.
Synopsis
char* OBEX_GetResponseMessage
(obex_t *
self, int
rsp);
Arguments
- self
OBEX handle
- rsp
Response code.
Description
The returned char must not be freed. Returns NULL
on error.