Share via


WifiP2pWfdInfo.MaxThroughput Property

Definition

Returns the maximum average throughput capability of the WFD Device, in megabits/second. -or- Sets the maximum average throughput capability of the WFD Device, in megabits/second.

public int MaxThroughput { [Android.Runtime.Register("getMaxThroughput", "()I", "", ApiSince=30)] get; [Android.Runtime.Register("setMaxThroughput", "(I)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getMaxThroughput", "()I", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setMaxThroughput", "(I)V", "", ApiSince=30)>]
member this.MaxThroughput : int with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the maximum average throughput capability of the WFD Device, in megabits/second.

Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.getMaxThroughput().

Property setter documentation:

Sets the maximum average throughput capability of the WFD Device, in megabits/second.

Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.setMaxThroughput(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.

Applies to