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

Values that represent the operational state of a device. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kOffline,
  kOnline
}
 

Detailed Description

Values that represent the operational state of a device.

Definition at line 286 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kOffline 

The device is offline.

kOnline 

The device is online.

Definition at line 287 of file VxPrimitives.h.

287  {
289  kUnknown,
291  kOffline,
293  kOnline
294  };
The device is online.
Definition: VxPrimitives.h:293
An error or unknown value was returned.
Definition: VxPrimitives.h:289
The device is offline.
Definition: VxPrimitives.h:291

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