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

Values that represent the state of a relay output. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kActive,
  kInactive
}
 

Detailed Description

Values that represent the state of a relay output.

Definition at line 601 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kActive 

The relay output is active.

kInactive 

The relay output is inactive.

Definition at line 602 of file VxPrimitives.h.

602  {
604  kUnknown,
606  kActive,
608  kInactive
609  };
An error or unknown value was returned.
Definition: VxPrimitives.h:604
The relay output is inactive.
Definition: VxPrimitives.h:608
The relay output is active.
Definition: VxPrimitives.h:606

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