Module Locking and Unlocking

You can set the module locking parameters to lock the module after the maximum failure attempts. You can also unlock the module as needed.

Lock Module

Function

Description

Get Capability of Locking Module

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/System/moduleLock/config/capabilities?format=json.

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

Get Parameters of Locking Module

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/System/moduleLock/config?format=json.

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

Set Parameters of Locking Module

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/System/moduleLock/config?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_List_ModuleLock.

Unlock Module

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/System/moduleLock/unlockModule?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_List_ModuleInfo.