RangingResult.Get80211azNumberOfTxSpatialStreams 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 number of transmit spatial streams that the initiator station (ISTA) used for the initiator to responder (I2R) null data PPDU (NDP) for this result.
[Android.Runtime.Register("get80211azNumberOfTxSpatialStreams", "()I", "", ApiSince=35)]
public int Get80211azNumberOfTxSpatialStreams ();
[<Android.Runtime.Register("get80211azNumberOfTxSpatialStreams", "()I", "", ApiSince=35)>]
member this.Get80211azNumberOfTxSpatialStreams : unit -> int
Returns
Number of spatial streams
- Attributes
Remarks
Gets number of transmit spatial streams that the initiator station (ISTA) used for the initiator to responder (I2R) null data PPDU (NDP) for this result.
Java documentation for android.net.wifi.rtt.RangingResult.get80211azNumberOfTxSpatialStreams()
.
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.