pub struct FtmReportEntry<'a>(/* private fields */);Available on crate feature
wifi only.Expand description
A safe, read-only wrapper for a single FTM report entry.
Implementations§
Source§impl FtmReportEntry<'_>
impl FtmReportEntry<'_>
Sourcepub fn dialog_token(&self) -> u8
pub fn dialog_token(&self) -> u8
Gets the Dialog Token of the FTM frame.
Sourcepub fn t1(&self) -> u64
pub fn t1(&self) -> u64
Gets T1: Time of departure of the FTM frame from the Responder (in picoseconds).
Sourcepub fn t2(&self) -> u64
pub fn t2(&self) -> u64
Gets T2: Time of arrival of the FTM frame at the Initiator (in picoseconds).