rohc_decomp_get_state_descr − Give a description for the given ROHC decompression context state.
#include <rohc/rohc_decomp.h>
const char *
rohc_decomp_get_state_descr(
const rohc_decomp_state_t state
);
Give a description for the given ROHC decompression context state.
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 decompression context states used by the library. If unsure, ask on the mailing list.
state |
The decompression context state to get a description for |
A string that describes the given decompression context state
rohc_decomp.h(3)