Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/AccessControl/CardOperations/capabilities?format=json.
The capability is returned in the message JSON_CardOperationsCap by lpOutputParam.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/sectionEncryption?format=json and set lpInputParam to JSON_SectionEncryption.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/verification?format=json and set lpInputParam to JSON_Verification.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/controlBlock?format=json and set lpInputParam to JSON_ControlBlock.
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/AccessControl/CardOperations/dataBlock/<address>?format=json.
The block data is returned in the message JSON_DataBlock by lpOutputParam.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT/ISAPI/AccessControl/CardOperations/dataBlock/<address>?format=json and set lpInputParam to JSON_DataBlock.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/dataBlock/control?format=json and set lpInputParam to JSON_DataBlockCtrl
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/protocol?format=json and set lpInputParam to JSON_CardProto.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/cardParam?format=json and set lpInputParam to JSON_CardParam.
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/AccessControl/CardOperations/reset?format=json.
And the resetting result is returned in the message JSON_CardResetResponse by lpOutputParam.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/dataTrans?format=json and set lpInputParam to JSON_DataTrans.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/encryption?format=json and set lpInputParam to JSON_CardEncryption.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/clearData?format=json and set lpInputParam to JSON_ClearData.
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/AccessControl/CardOperations/customData?format=json and set lpInputParam to JSON_CustomData.
Call NET_DVR_STDXMLConfig to transmit the request URI: POST /ISAPI/AccessControl/CardOperations/customData/searchTask?format=json and set lpInputParam to JSON_CustomDataSearchCond.