NET_VCA_LEAVE_POSITION

Structure about absence detection parameters.

Structure Definition

struct{
  NET_VCA_POLYGON    struRegion;
  WORD               wLeaveDelay;
  WORD               wStaticDelay;
  BYTE               byMode;
  BYTE               byPersonType;
  BYTE               byOnPosition;
  BYTE               byRes;
}NET_VCA_LEAVE_POSITION, *LPNET_VCA_LEAVE_POSITION;

Members

struRegion

Coordinates of detection region, refer to the structure NET_VCA_POLYGON for details.

wLeaveDelay

Absence alarm time, which ranges from 1 to 1800, unit: second

wStaticDelay

Sleeping alarm time, which ranges from 1 to 1800, unit: second

byMode

Mode: 0-absence, 1-sleeping, 2-sleeping and absence

byPersonType

Number of people on duty: 0-one, 1-two

byOnPosition

Number of persons on duty, it is between 1 and 10, the default value is 1.

byRes

Reserved, set to 0.