DefaultAWDLActionFrame

Type Alias DefaultAWDLActionFrame 

Source
pub type DefaultAWDLActionFrame<'a> = AWDLActionFrame<ReadTLVs<'a>>;
Expand description

The default awdl action frame returned by reading.

Aliased Type§

pub struct DefaultAWDLActionFrame<'a> {
    pub subtype: AWDLActionFrameSubType,
    pub phy_tx_time: Duration,
    pub target_tx_time: Duration,
    pub tagged_data: ReadTLVs<'a>,
}

Fields§

§subtype: AWDLActionFrameSubType

This is the subtype of the AF. Options are MIF and PSF.

§phy_tx_time: Duration

The time the NIC physically started sending the frame, in μs.

§target_tx_time: Duration

The time the driver send the frame to the NIC, in μs.

§tagged_data: ReadTLVs<'a>

The TLVs contained in the action frame.