Freigeben über


WifiConfiguration.Ssid Property

Definition

The network's SSID.

[Android.Runtime.Register("SSID")]
public string? Ssid { get; set; }
[<Android.Runtime.Register("SSID")>]
member this.Ssid : string with get, set

Property Value

Attributes

Remarks

The network's SSID. Can either be a UTF-8 string, which must be enclosed in double quotation marks (e.g., "MyNetwork"), or a string of hex digits, which are not enclosed in quotes (e.g., 01a243f405).

Java documentation for android.net.wifi.WifiConfiguration.SSID.

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