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

Get the Thread network time.

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

@returns The time synchronization status.