Function FRD_GetServerTimeDifference

Source
pub unsafe extern "C" fn FRD_GetServerTimeDifference(
    diff: *mut u64_,
) -> Result
Expand description

Returns the difference (in nanoseconds) between server time and device time. This difference is calculated every time the system logs into friend services.

ยงArguments

  • diffMs - The pointer to write the time difference (in nanoseconds) to.