RangingResult.Get80211azResponderTxLtfRepetitionsCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets LTF repetitions that the responder station (RSTA) used in the preamble of the responder to initiator (I2R) null data PPDU (NDP) for this result.
[Android.Runtime.Register("get80211azResponderTxLtfRepetitionsCount", "()I", "", ApiSince=35)]
public int Get80211azResponderTxLtfRepetitionsCount ();
[<Android.Runtime.Register("get80211azResponderTxLtfRepetitionsCount", "()I", "", ApiSince=35)>]
member this.Get80211azResponderTxLtfRepetitionsCount : unit -> int
Returns
LTF repetitions count
- Attributes
Remarks
Gets LTF repetitions that the responder station (RSTA) used in the preamble of the responder to initiator (I2R) null data PPDU (NDP) for this result.
LTF repetitions is the multiple transmissions of HE-LTF symbols in an HE ranging NDP. An HE-LTF repetition value of 1 indicates no repetitions.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.