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
val connectionPriority: Int? = null

(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
val defaultGateway: String? = null

(Optional) Default gateway. This setting can be set when ipAddressAllocation is "static"

Link copied to clipboard
val ipAddress: String? = null

(Optional) IP address assigned to camera. 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
val password: String? = null

(Optional) Password. This can be set when security is not "none"

Link copied to clipboard
val proxy: Proxy? = null

Proxy information to be used for the access point. Also refer to _proxy option spec to set each parameter.

Link copied to clipboard

(Optional) Authentication mode("none", "WEP","WPA/WPA2 PSK")

Link copied to clipboard

SSID (Up to 32 bytes)

Link copied to clipboard
val ssidStealth: Boolean? = null

(Optional) SSID stealth (true: enable, false: disable. Default is false.)

Link copied to clipboard
val subnetMask: String? = null

(Optional) Subnet mask. This setting can be set when ipAddressAllocation is "static"