Function otThreadGetKeySwitchGuardTime

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

Get the thrKeySwitchGuardTime

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

@returns The thrKeySwitchGuardTime value (in hours).

@sa otThreadSetKeySwitchGuardTime