pub unsafe extern "C" fn otSrpClientIsServiceKeyRecordEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether the “service key record inclusion” mode is enabled or disabled.

Is available when OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE configuration is enabled.

@param[in] aInstance A pointer to the OpenThread instance.

@returns TRUE if “service key record inclusion” mode is enabled, FALSE otherwise.