rohc_decomp_profile_enabled − Is the given decompression profile enabled for a decompressor?
#include <rohc/rohc_decomp.h>
bool
rohc_decomp_profile_enabled(
const struct rohc_decomp *const decomp,
const rohc_profile_t profile
);
Is the given decompression profile enabled or disabled for a decompressor?
decomp |
The ROHC decompressor |
profile
The profile to ask status for
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
rohc_decomp.h(3), rohc_decomp_enable_profile(3), rohc_decomp_enable_profiles(3), rohc_decomp_disable_profile(3), rohc_decomp_disable_profiles(3)