AccessPoint
data class AccessPoint(val ssid: String, val ssidStealth: Boolean, val authMode: ThetaRepository.AuthModeEnum, val connectionPriority: Int = 1, val usingDhcp: Boolean, val ipAddress: String?, val subnetMask: String?, val defaultGateway: String?, val dns1: String?, val dns2: String?, val proxy: ThetaRepository.Proxy?)
Access point information.
Properties
Link copied to clipboard
Authentication mode.
Link copied to clipboard
Connection priority (1 to 5). Default is 1. Theta X fixes to 1 (The access point registered later has a higher priority.)
Link copied to clipboard
Default Gateway. This setting can be acquired when “usingDhcp” is false.
Link copied to clipboard
Proxy information to be used for the access point.
Link copied to clipboard
SSID stealth. Default is false.
Link copied to clipboard
Subnet Mask. This setting can be acquired when “usingDhcp” is false.