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

Values that represent the current status of a device. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kInitializing,
  kUnauthenticated
}
 

Detailed Description

Values that represent the current status of a device.

Definition at line 300 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kInitializing 

Being prepared for use.

kUnauthenticated 

Invalid/missing credentials.

Definition at line 301 of file VxPrimitives.h.

301  {
303  kUnknown,
308  };
Invalid/missing credentials.
Definition: VxPrimitives.h:307
An error or unknown value was returned.
Definition: VxPrimitives.h:303

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