Function otThreadGetStoreFrameCounterAhead

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

Gets the store frame counter ahead.

Requires OPENTHREAD_CONFIG_DYNAMIC_STORE_FRAME_AHEAD_COUNTER_ENABLE to be enabled.

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

@returns The current store frame counter ahead.