PasspointConfiguration.HomeSp Property

Definition

Get the Home SP (Service Provider) information. -or- Set the Home SP (Service Provider) information.

public Android.Net.Wifi.Hotspot2.Pps.HomeSp? HomeSp { [Android.Runtime.Register("getHomeSp", "()Landroid/net/wifi/hotspot2/pps/HomeSp;", "", ApiSince=26)] get; [Android.Runtime.Register("setHomeSp", "(Landroid/net/wifi/hotspot2/pps/HomeSp;)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getHomeSp", "()Landroid/net/wifi/hotspot2/pps/HomeSp;", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setHomeSp", "(Landroid/net/wifi/hotspot2/pps/HomeSp;)V", "", ApiSince=26)>]
member this.HomeSp : Android.Net.Wifi.Hotspot2.Pps.HomeSp with get, set

Property Value

Home SP information

Attributes

Remarks

Property getter documentation:

Get the Home SP (Service Provider) information.

Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.getHomeSp().

Property setter documentation:

Set the Home SP (Service Provider) information.

Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.setHomeSp(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