Language

WifiP2pConnectionInfo.TxNss Property

Definition

Gets the maximum number of transmit spatial streams (NSS) for the current P2P connection.

public int TxNss { [Android.Runtime.Register("getTxNss", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getTxNss", "()I", "", ApiSince=37)>]
member this.TxNss : int

Property Value

The maximum number of spatial streams used for transmitting data, or #UNSPECIFIED if the value is not available.

Attributes

Remarks

Gets the maximum number of transmit spatial streams (NSS) for the current P2P connection.

Android reference for android.net.wifi.p2p.WifiP2pConnectionInfo.getTxNss.

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.

Applies to