pub unsafe extern "C" fn otJamDetectionIsEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Get the Jam Detection Status (enabled/disabled)
@param[in] aInstance A pointer to an OpenThread instance.
@returns The Jam Detection status (true if enabled, false otherwise).