Zone Configuration

Zone is a basic concept in the security control panel system. It refers to a protection area in the system, and is regarded as the maximum recognizable unit to distinguish the alarm event. As a connection between the detector and the security control panel, it determines whether to trigger an alarm according to the resistance value of the alarm controller.

Function

Description

Get Zone Configuration Capability

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/zones/capabilities?format=json.

And the configuration capability is returned in the message JSON_ZonesCap by the output parameter (lpOutputParam).

Get All Zones' Parameters

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/zones?format=json.

And the configuration parameters are returned in the message JSON_List_Zone by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam).

Get One Zone's Parameters

Set One Zone's Parameters

Get Capability of Getting Unlinked Zones

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/notRelateZones/capabilities?format=json.

And the capability is returned in the message JSON_NotRelateZonesCap by the output parameter (lpOutputParam).

Get Unlinked Zones

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/notRelateZones?format=json.

And the unlinked zones' parameters are returned in the message JSON_NotRelateZones by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam).