pub unsafe extern "C" fn otJamDetectionGetState(
aInstance: *mut otInstance,
) -> bool
Expand description
Get the Jam Detection State
@param[in] aInstance A pointer to an OpenThread instance.
@returns The Jam Detection state (true
jam is detected, `false’ otherwise).