Keypad Configuration

A keypad can be connected to the security control panel for programming and operating the security control panel.

Function

Description

Get Keypad Configuration Capability

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

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

Set Parameters of A Keypad

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/keypad/<ID>?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_Keypad.

Get Parameters of All Keypads

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

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

Get Capability of Getting List of Keypads That Can Be Added

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

And the capability is returned in the message JSON_KeypadAddListCap by lpOutputParam.

Get List of Keypads That Can Be Added

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

And the list is returned in the message JSON_KeypadAddList by lpOutBuffer of lpOutputParam.