Sdílet prostřednictvím


HomeSp Constructors

Definition

Overloads

HomeSp()

Constructor for creating HomeSp with default values.

HomeSp(HomeSp)

Copy constructor.

HomeSp()

Constructor for creating HomeSp with default values.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public HomeSp ();
Attributes

Remarks

Constructor for creating HomeSp with default values.

Java documentation for android.net.wifi.hotspot2.pps.HomeSp.HomeSp().

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

HomeSp(HomeSp)

Copy constructor.

[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/HomeSp;)V", "", ApiSince=26)]
public HomeSp (Android.Net.Wifi.Hotspot2.Pps.HomeSp? source);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/HomeSp;)V", "", ApiSince=26)>]
new Android.Net.Wifi.Hotspot2.Pps.HomeSp : Android.Net.Wifi.Hotspot2.Pps.HomeSp -> Android.Net.Wifi.Hotspot2.Pps.HomeSp

Parameters

source
HomeSp

The source to copy from

Attributes

Remarks

Copy constructor.

Java documentation for android.net.wifi.hotspot2.pps.HomeSp.HomeSp(android.net.wifi.hotspot2.pps.HomeSp).

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