rohc_decomp_get_state_descr

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO

NAME

rohc_decomp_get_state_descr − Give a description for the given ROHC decompression context state.

SYNOPSIS

#include <rohc/rohc_decomp.h>

const char * rohc_decomp_get_state_descr(
const rohc_decomp_state_t state

);

DESCRIPTION

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.

PARAMETERS

state

The decompression context state to get a description for

RETURN VALUE

A string that describes the given decompression context state

SEE ALSO

rohc_decomp.h(3)