NET_DVR_ACS_EVENT_CFG

Access control event parameter structure.

Structure Definition

struct{
  DWORD                     dwSize;
  DWORD                     dwMajor;
  DWORD                     dwMinor;
  NET_DVR_TIME              struTime;
  BYTE	              sNetUser[MAX_NAMELEN/*16*/];
  NET_DVR_IPADDR	    struRemoteHostAddr;
  NET_DVR_ACS_EVENT_DETAIL  struAcsEventInfo;
  DWORD                     dwPicDataLen;
  char                      *pPicData;
  BYTE                      byTimeType;
  BYTE                      byRes1;
  DWORD                     dwQRCodeInfoLen; 
  DWORD                     dwVisibleLightDataLen; 
  DWORD                     dwThermalDataLen;
  char                      *pQRCodeInfo;
  char                      *pVisibleLightData; 
  char                      *pThermalData; 
  BYTE                      byRes[36];
}NET_DVR_ACS_EVENT_CFG, *LPNET_DVR_ACS_EVENT_CFG;

Members

dwSize

Structure size.

dwMajor

Event major types, see details in Access Control Event Types.

dwMinor

Event minor types, see details in Access Control Event Types.

struTime

Time information, see NET_DVR_TIME for details.

sNetUser

User name.

struRemoteHostAddr

IP address of remote access controller, see NET_DVR_IPADDR_UNION for details.

struAcsEventInfo

Access control event details, see NET_DVR_ACS_EVENT_DETAIL for details.

dwPicDataLen

Picture size, non-0: picture data exists.

pPicData

Picture data.

byTimeType

Time type: 0-device local time (default), 1-UTC time (which is same as struTime).

byRes1

Reserved.

dwQRCodeInfoLen

Length of the QR code information. If this member is not 0, it indicates that there is QR code information data following after.

dwVisibleLightDataLen

Length of the visible light picture captured by the thermal camera. If this member is not 0, it indicates that there is visible light picture data following after.

dwThermalDataLen

Length of the thermal picture. If this member is not 0, it indicates that there is thermal picture data following after.

pQRCodeInfo

Pointer of the QR code information.

pVisibleLightData

Pointer of the visible light picture captured by the thermal camera.

pThermalData

Pointer of the thermal picture.

byRes

Reserved, set to 0.