set Access Point Statically
suspend fun setAccessPointStatically(ssid: String, ssidStealth: Boolean = false, authMode: ThetaRepository.AuthModeEnum = AuthModeEnum.NONE, password: String? = null, connectionPriority: Int = 1, ipAddress: String, subnetMask: String, defaultGateway: String, proxy: ThetaRepository.Proxy? = null)
Set access point. IP address is set statically.
Parameters
ssid
SSID of the access point.
ssid Stealth
True if SSID stealth is enabled.
auth Mode
Authentication mode.
password
Password. If authMode is "NONE", pass empty String.
connection Priority
Connection priority 1 to 5. Theta X fixes to 1 (The access point registered later has a higher priority.)
ip Address
IP address assigns to Theta.
subnet Mask
Subnet mask.
default Gateway
Default gateway.
proxy
Proxy information to be used for the access point.
Throws
If an error occurs in THETA.