设备网络SDK开发使用手册

NET_DVR_IN_PARAM

输入参数结构体。

struct{
  NET_DVR_BUF_INFO    struCondBuf;
  NET_DVR_BUF_INFO    struInParamBuf;
  DWORD               dwRecvTimeout;
  BYTE                byRes[32];
}NET_DVR_IN_PARAM,*LPNET_DVR_IN_PARAM;

Members

struCondBuf
条件缓冲区
struInParamBuf
输入参数缓冲区
lpStatusList
接收数据超时时间,单位:ms,为0时采用接口默认超时
byRes
保留,置为0

Remarks

不同的配置功能,struCondBuf、struInParamBuf对应不同的内容,详见接口NET_DVR_SetDeviceConfigEx中“Remarks”说明。