AwareResources(Int32, Int32, Int32) Constructor
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.
Construct a AwareResources
object, which represents the currently available Aware
resources.
[Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=31)]
public AwareResources (int availableDataPathsCount, int availablePublishSessionsCount, int availableSubscribeSessionsCount);
[<Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=31)>]
new Android.Net.Wifi.Aware.AwareResources : int * int * int -> Android.Net.Wifi.Aware.AwareResources
Parameters
- availableDataPathsCount
- Int32
Number of available Aware data-path.
- availablePublishSessionsCount
- Int32
Number of available Aware publish sessions.
- availableSubscribeSessionsCount
- Int32
Number of available Aware subscribe sessions.
- Attributes
Remarks
Construct a AwareResources
object, which represents the currently available Aware resources.
Java documentation for android.net.wifi.aware.AwareResources.AwareResources(int, int, int)
.
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.