SetAccessPointParams
data class SetAccessPointParams(val ssid: String, val ssidStealth: Boolean? = null, val security: AuthenticationMode? = null, val password: String? = null, val connectionPriority: Int? = null, val ipAddressAllocation: IpAddressAllocation? = null, val ipAddress: String? = null, val subnetMask: String? = null, val defaultGateway: String? = null, val proxy: Proxy? = null)
set access point request parameters
Constructors
Link copied to clipboard
constructor(ssid: String, ssidStealth: Boolean? = null, security: AuthenticationMode? = null, password: String? = null, connectionPriority: Int? = null, ipAddressAllocation: IpAddressAllocation? = null, ipAddress: String? = null, subnetMask: String? = null, defaultGateway: String? = null, proxy: Proxy? = null)
Properties
Link copied to clipboard
(Optional) (RICOH THETA V, Z1) Connection priority (1 to 5). Default is 1.(RICOH THETA X) Fixed to 1 (The access point registered later has a higher priority.
Link copied to clipboard
(Optional) Default gateway. This setting can be set when ipAddressAllocation is "static"
Link copied to clipboard
(Optional) IP address allocation "dynamic" or "static". Default is "dynamic"
Link copied to clipboard
(Optional) Authentication mode("none", "WEP","WPA/WPA2 PSK")
Link copied to clipboard
(Optional) SSID stealth (true: enable, false: disable. Default is false.)
Link copied to clipboard
(Optional) Subnet mask. This setting can be set when ipAddressAllocation is "static"