NET_DVR_SEND_PARAM_IN

Structure about input parameters for sending data.

Structure Definition

struct{
  BYTE                *pSendData;
  DWORD               dwSendDataLen;
  NET_DVR_TIME_V30    struTime;
  BYTE                byPicType;
  BYTE                byPicURL;
  BYTE                byRes1[2];
  DWORD               dwPicMangeNo;
  BYTE                sPicName[NAME_LEN/*32*/];
  DWORD               dwPicDisplayTime;
  BYTE                *pSendAppendData;
  DWORD               dwSendAppendDataLen;
  BYTE                byRes[192];
}NET_DVR_SEND_PARAM_IN,*LPNET_DVR_SEND_PARAM_IN;

Members

ipSendData

Picture buffer

dwSendDataLen

Picture data size

struTime

Time displayed on the picture

byPicType

Picture format: 1-JPEG, 2-BMP, 3-PNG

byPicURL

Picture data mode: 0-binary, 1-URL

byRes1

Reserved, set to 0

dwPicMangeNo

Picture management No.

sPicName

Picture name

dwPicDisplayTime

Picture display time, unit: second

pSendAppendData

Additional information buffer of sent picture, set it to NULL if not supported

dwSendAppendDataLen

Additional information data length of sent picture, set it to 0 if not supported

byRes

Reserved