The main controller is mainly used to authenticate access permissions, connect to peripherals, and communicate with the lane controller and the upper-level platform.
Function |
Description |
---|---|
Upload Audio File of Main Controller |
|
Download Audio File of Main Controller |
|
Get Configuration Capability of Audio File of Main Controller |
Call NET_DVR_STDXMLConfig to transmit the request URL: GET /ISAPI/AccessControl/RightControllerAudio/capabilities. The configuration capability is returned in the message XML_Cap_RightControllerAudio by lpOutBuffer. |
Get Audio File Parameters of Main Controller |
Call NET_DVR_STDXMLConfig to transmit the request URL: GET /ISAPI/AccessControl/RightControllerAudio/<ID>. The parameters are returned in the message XML_RightControllerAudio by lpOutBuffer. |
Set Audio File Parameters of Main Controller |
Call NET_DVR_STDXMLConfig to transmit the request URL: PUT /ISAPI/AccessControl/RightControllerAudio/<ID> and set lpInBuffer to the message XML_RightControllerAudio. |
Delete Audio File of Main Controller |
Call NET_DVR_STDXMLConfig to transmit the request URL: DELETE /ISAPI/AccessControl/RightControllerAudio/<ID>. Note:
To check whether the device supports configuring audio file parameters of the main controller, you can call NET_DVR_STDXMLConfig to transmit the request URL: GET /ISAPI/AccessControl/capabilities for getting the access control capability. The capability is returned in the message XML_Cap_AccessControl by lpOutBuffer. If this function is supported by the device, the node <isSupportRightControllerAudio> will be returned in the message and its value is "true". |