Structure about alarm/event rule information.
struct{ BYTE byRuleID; BYTE bySceneID; WORD wEventTypeEx; BYTE byRuleName[NAME_LEN/*32*/]; DWORD dwEventType; NET_VCA_EVENT_UNION uEventParam; }NET_VCA_RULE_INFO,*LPNET_VCA_RULE_INFO;
Rule No., which ranges from 0 to 7.
Scene ID, 0-invalid
Extension types of behavior analysis, refer to the enumeration definition VCA_RULE_EVENT_TYPE_EX for details.
Rule name
Behavior analysis event types, refer to the enumeration definition VCA_EVENT_TYPE for details.
Event parameters, see the structure NET_VCA_EVENT_UNION for details.
The member wEventTypeEx compile with the member dwEventType.