camera._listAccessPoints
Overview
Acquires the access point list used in client mode.
Support model
Z1 | V | SC | S |
---|---|---|---|
All | v2.00.2 or later | — | — |
Parameters
None.
Results
Name | Type | Description |
---|---|---|
accessPoints | Object | Lists the access points stored on the camera and the access points detected by the camera. See the next section for details. |
accessPoints object
Name | Type | Description |
---|---|---|
ssid | String | SSID |
ssidStealth | Boolean | True if SSID stealth is enabled |
security | String | Authentication mode |
connectionPriority | Number | Connection priority |
ipAddressAllocation | String | IP address allocation This can be acquired when SSID is registered as an enable access point. |
ipAddress | String | IP address assigned to camera This setting can be acquired when “ipAddressAllocation” is “static” |
subnetMask | String | Subnet Mask This setting can be acquired when “ipAddressAllocation” is “static” |
defaultGateway | String | Default Gateway This setting can be acquired when “ipAddressAllocation” is “static” |