[][src]Function openthread_sys::otNetworkTimeGet

pub unsafe extern "C" fn otNetworkTimeGet(
    aInstance: *mut otInstance,
    aNetworkTime: *mut u64
) -> otNetworkTimeStatus

Get the Thread network time.

@param[in] aInstance The OpenThread instance structure. @param[inout] aNetworkTime The Thread network time in microseconds.

@returns The time synchronization status.