Get sub module configuration capability
Call NET_DVR_STDXMLConfig to pass through the request URL: GET /ISAPI/VideoIntercom/SubModules/<ID>/Configurations/capabilities?format=json.
The configuration capability is returned in the message JSON_Cap_SubModulesCfg by lpOutBuffer.
Get sub module parameters
Call NET_DVR_STDXMLConfig to pass through the request URL: GET /ISAPI/VideoIntercom/SubModules/<ID>/Configurations?format=json.
The sub module parameters are returned in the message JSON_SubModulesCfg by lpOutBuffer.
Set sub module parameters
Call NET_DVR_STDXMLConfig to pass through the request URL: PUT /ISAPI/VideoIntercom/SubModules/<ID>/Configurations?format=json and set lpInBuffer to the message JSON_SubModulesCfg.
Get nametag module configuration capability
Call NET_DVR_STDXMLConfig to pass through the request URL: GET /ISAPI/VideoIntercom/SubModules/<ID>/CallCfg/capabilities?format=json.
The configuration capability is returned in the message JSON_Cap_CallCfg by lpOutBuffer.
Get nametag module parameters
Call NET_DVR_STDXMLConfig to pass through the request URL: GET /ISAPI/VideoIntercom/SubModules/<ID>/CallCfg?format=json.
The nametag module parameters are returned in the message JSON_CallCfg by lpOutBuffer.
Set nametag module parameters
Call NET_DVR_STDXMLConfig to pass through the request URL: PUT /ISAPI/VideoIntercom/SubModules/<ID>/CallCfg?format=json and set lpInBuffer to the message JSON_CallCfg.