rohc_get_packet_descr

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO

NAME

rohc_get_packet_descr − Give a description for the given type of ROHC packet.

SYNOPSIS

#include <rohc/rohc.h>

const char * rohc_get_packet_descr(
const rohc_packet_t packet_type

);

DESCRIPTION

Give a description for the given type of ROHC packet.

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 the packets used by the library. If unsure, ask on the mailing list.

PARAMETERS

packet_type

The type of packet to get a description for

RETURN VALUE

A string that describes the given packet type

SEE ALSO

rohc.h(3)