rohc_decomp_get_cid_type

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_decomp_get_cid_type − Get the CID type that the decompressor uses.

SYNOPSIS

#include <rohc/rohc_decomp.h>

bool rohc_decomp_get_cid_type(
const struct rohc_decomp *const decomp
,
rohc_cid_type_t *const cid_type

);

DESCRIPTION

Get the CID type that the decompressor currently uses.

PARAMETERS

decomp

The ROHC decompressor

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_decomp.h(3), ROHC_SMALL_CID(3), ROHC_LARGE_CID(3)