Class WifiObject
Inheritance
System.Object
WifiObject
Assembly: AsaLib.dll
Syntax
public class WifiObject : CollectObject
Constructors
|
Improve this Doc
View Source
WifiObject(String)
Declaration
public WifiObject(string SSID)
Parameters
| Type |
Name |
Description |
| System.String |
SSID |
|
Properties
|
Improve this Doc
View Source
Authentication
Declaration
public string? Authentication { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Encryption
Declaration
public string? Encryption { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Identity
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
Password
Declaration
public string? Password { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SSID
Declaration
public string SSID { get; set; }
Property Value
| Type |
Description |
| System.String |
|