Structure about absence detection parameters.
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;
Coordinates of detection region, refer to the structure NET_VCA_POLYGON for details.
Absence alarm time, which ranges from 1 to 1800, unit: second
Sleeping alarm time, which ranges from 1 to 1800, unit: second
Mode: 0-absence, 1-sleeping, 2-sleeping and absence
Number of people on duty: 0-one, 1-two
Number of persons on duty, it is between 1 and 10, the default value is 1.
Reserved, set to 0.