Key
public final class Key: WLANSetting
This class for setting of wireless password.
-
Constructs an object not having a value.
Declaration
Swift
override public init()
-
Constructs an object having given a value.
Declaration
Swift
public init(password: String)
Parameters
password
The password
-
This class for setting value of wireless password.
Declaration
Swift
public final class Value: WLANSetting.Value