SoftApConfiguration.Ssid Property

Definition

Return the UTF-8 String set to be the SSID for the AP.

public string? Ssid { [Android.Runtime.Register("getSsid", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSsid", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.Ssid : string

Property Value

Attributes

Remarks

Return the UTF-8 String set to be the SSID for the AP. If the SSID cannot be decoded as UTF-8, then this will return WifiManager#UNKNOWN_SSID.

This member is deprecated. Use #getWifiSsid() instead.

Java documentation for android.net.wifi.SoftApConfiguration.getSsid().

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