Structure about input parameters for sending data.
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;
Picture buffer
Picture data size
Time displayed on the picture
Picture format: 1-JPEG, 2-BMP, 3-PNG
Picture data mode: 0-binary, 1-URL
Reserved, set to 0
Picture management No.
Picture name
Picture display time, unit: second
Additional information buffer of sent picture, set it to NULL if not supported
Additional information data length of sent picture, set it to 0 if not supported
Reserved