Function otJoinerGetState

Source
pub unsafe extern "C" fn otJoinerGetState(
    aInstance: *mut otInstance,
) -> otJoinerState
Expand description

This function returns the Joiner State.

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

@retval OT_JOINER_STATE_IDLE @retval OT_JOINER_STATE_DISCOVER @retval OT_JOINER_STATE_CONNECT @retval OT_JOINER_STATE_CONNECTED @retval OT_JOINER_STATE_ENTRUST @retval OT_JOINER_STATE_JOINED