rohc_comp_get_state_descr

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO

NAME

rohc_comp_get_state_descr − Give a description for the given ROHC compression context state.

SYNOPSIS

#include <rohc/rohc_comp.h>

const char * rohc_comp_get_state_descr(
const rohc_comp_state_t state

);

DESCRIPTION

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.

PARAMETERS

state

The compression context state to get a description for

RETURN VALUE

A string that describes the given compression context state

SEE ALSO

rohc_comp.h(3)