WifiP2pConnectionInfo.RxNss Property
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 the maximum number of receive spatial streams (NSS) for the current P2P connection.
public int RxNss { [Android.Runtime.Register("getRxNss", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRxNss", "()I", "", ApiSince=37)>]
member this.RxNss : int
Property Value
The maximum number of spatial streams used for receiving data, or
#UNSPECIFIED if the value is not available.
- Attributes
Remarks
Gets the maximum number of receive spatial streams (NSS) for the current P2P connection.
Android reference for android.net.wifi.p2p.WifiP2pConnectionInfo.getRxNss.
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.