AccessPoint

data class AccessPoint(val ssid: String, val ssidStealth: Boolean, val security: AuthenticationMode, val connectionPriority: Int, val ipAddressAllocation: IpAddressAllocation, val ipAddress: String?, val subnetMask: String?, val defaultGateway: String?, val proxy: Proxy? = null)

access point infomation

Constructors

Link copied to clipboard
constructor(ssid: String, ssidStealth: Boolean, security: AuthenticationMode, connectionPriority: Int, ipAddressAllocation: IpAddressAllocation, ipAddress: String?, subnetMask: String?, defaultGateway: String?, proxy: Proxy? = null)

Properties

Link copied to clipboard

Connection priority

Link copied to clipboard

Default Gateway. This setting can be acquired when "ipAddressAllocation" is "static

Link copied to clipboard

IP address assigned to camera. This setting can be acquired when "ipAddressAllocation" is "static"

Link copied to clipboard

IP address allocation. This can be acquired when SSID is registered as an enable access point.

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

Authentication mode

Link copied to clipboard

SSID

Link copied to clipboard

True if SSID stealth is enabled

Link copied to clipboard

Subnet Mask. This setting can be acquired when "ipAddressAllocation" is "static"