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

Values that represent the current status of an AutoAddDevices search. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kInProgress,
  kComplete
}
 

Detailed Description

Values that represent the current status of an AutoAddDevices search.

Definition at line 272 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kInProgress 

Device search is in progress.

kComplete 

Device search has completed.

Definition at line 273 of file VxPrimitives.h.

273  {
275  kUnknown,
277  kInProgress,
279  kComplete
280  };
An error or unknown value was returned.
Definition: VxPrimitives.h:275
Device search has completed.
Definition: VxPrimitives.h:279
Device search is in progress.
Definition: VxPrimitives.h:277

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