rohc_strerror − Give a description for the given ROHC status code.
#include <rohc/rohc.h>
const char *
rohc_strerror(
const rohc_status_t status
);
Give a description for the given ROHC status code.
The descriptions are not part of the API. They may change between releases without any warning. Do NOT use them for other means that providing to users a textual description of status codes returned by the library. If unsure, ask on the mailing list.
status |
The ROHC status code to get a description for |
A string that describes the given ROHC status code
rohc.h(3)