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

Values that represent iris directions. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kStop,
  kClose,
  kOpen
}
 

Detailed Description

Values that represent iris directions.

Definition at line 408 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kStop 

Stop iris movement.

kClose 

Close the iris.

kOpen 

Open the iris.

Definition at line 409 of file VxPrimitives.h.

409  {
411  kStop,
413  kClose,
415  kOpen
416  };

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