VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxAlarmState Struct Reference

Values that represent the state of an alarm input. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kActive,
  kInactive
}
 

Detailed Description

Values that represent the state of an alarm input.

Definition at line 28 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kActive 

The alarm input is active.

kInactive 

The alarm input is inactive.

Definition at line 29 of file VxPrimitives.h.

29  {
31  kUnknown,
33  kActive,
35  kInactive
36  };
The alarm input is active.
Definition: VxPrimitives.h:33
An error or unknown value was returned.
Definition: VxPrimitives.h:31
The alarm input is inactive.
Definition: VxPrimitives.h:35

The documentation for this struct was generated from the following file: