[][src]Function openthread_sys::otJamDetectionGetState

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

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).