rohc_comp_get_cid_type

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_get_cid_type − Get the CID type that the compressor uses.

SYNOPSIS

#include <rohc/rohc_comp.h>

bool rohc_comp_get_cid_type(
const struct rohc_comp *const comp
,
rohc_cid_type_t *const cid_type

);

DESCRIPTION

Get the CID type that the compressor currently uses.

PARAMETERS

comp

The ROHC compressor

cid_type [output]

The current CID type among ROHC_SMALL_CID and ROHC_LARGE_CID

STRUCTURES

RETURN VALUE

true if the CID type was successfully retrieved, false otherwise

SEE ALSO

rohc_comp.h(3), ROHC_SMALL_CID(3), ROHC_LARGE_CID(3)