rohc_decomp_profile_enabled

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_decomp_profile_enabled − Is the given decompression profile enabled for a decompressor?

SYNOPSIS

#include <rohc/rohc_decomp.h>

bool rohc_decomp_profile_enabled(
const struct rohc_decomp *const decomp
,
const rohc_profile_t profile

);

DESCRIPTION

Is the given decompression profile enabled or disabled for a decompressor?

PARAMETERS

decomp

The ROHC decompressor

profile

The profile to ask status for

STRUCTURES

RETURN VALUE

Possible return values:

• true if the profile exists and is enabled,

• false if the decompressor is not valid, the profile does not exist, or the profile is disabled

SEE ALSO

rohc_decomp.h(3), rohc_decomp_enable_profile(3), rohc_decomp_enable_profiles(3), rohc_decomp_disable_profile(3), rohc_decomp_disable_profiles(3)