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