Function otLinkGetWakeupListenParameters

Source
pub unsafe extern "C" fn otLinkGetWakeupListenParameters(
    aInstance: *mut otInstance,
    aInterval: *mut u32,
    aDuration: *mut u32,
)
Expand description

Get the wake-up listen parameters.

Requires OPENTHREAD_CONFIG_WAKEUP_END_DEVICE_ENABLE.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aInterval A pointer to return the wake-up listen interval in microseconds. @param[out] aDuration A pointer to return the wake-up listen duration in microseconds.