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