Skip to main content

decode_rwhod_timestamps

Function decode_rwhod_timestamps 

Source
pub fn decode_rwhod_timestamps(
    wd_boottime: i32,
    wd_sendtime: i32,
    wd_recvtime: i32,
    now: DateTime<Utc>,
) -> Result<RwhodTimestamps, String>