![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Values that represent the state of an alarm input. More...
#include <VxPrimitives.h>
Public Types | |
enum | Value { kUnknown, kActive, kInactive } |
Values that represent the state of an alarm input.
Definition at line 28 of file VxPrimitives.h.
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.