다음을 통해 공유


Characteristics.NumberOfSupportedDataInterfaces Property

Definition

Returns the maximum number of Aware data interfaces supported by the device.

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

Property Value

A positive integer, maximum number of Aware data interfaces supported by the device.

Attributes

Remarks

Returns the maximum number of Aware data interfaces supported by the device.

Java documentation for android.net.wifi.aware.Characteristics.getNumberOfSupportedDataInterfaces().

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