rohc_comp_get_max_cid

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_get_max_cid − Get the maximal CID value the compressor uses.

SYNOPSIS

#include <rohc/rohc_comp.h>

bool rohc_comp_get_max_cid(
const struct rohc_comp *const comp
,
size_t *const max_cid

);

DESCRIPTION

Get the maximal CID value the compressor uses, ie. the MAX_CID parameter defined in RFC 3095.

PARAMETERS

comp

The ROHC compressor

max_cid [output]

The current maximal CID value

STRUCTURES

RETURN VALUE

true if MAX_CID was successfully retrieved, false otherwise

SEE ALSO

rohc_comp.h(3)