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

Values that represent types of content for quick reports. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kCameraConfig,
  kDeviceInfo,
  kEventHistory,
  kOnlineOffline,
  kRecorderConfig,
  kRecorderDiagnostics,
  kUserActions,
  kVxClusterConfig
}
 

Detailed Description

Values that represent types of content for quick reports.

Definition at line 635 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kCameraConfig 

Snapshot of camera configuration.

kDeviceInfo 

Snapshot of all system device information.

kEventHistory 

System event history.

kOnlineOffline 

Device online/offline history.

kRecorderConfig 

Snapshot of recorder configuration.

kRecorderDiagnostics 

Snapshot of recorder diagnostics.

kUserActions 

User action history.

kVxClusterConfig 

Snapshot of Vx cluster configuration.

Definition at line 636 of file VxPrimitives.h.

636  {
640  kDeviceInfo,
650  kUserActions,
653  };
Device online/offline history.
Definition: VxPrimitives.h:644
Snapshot of recorder diagnostics.
Definition: VxPrimitives.h:648
Snapshot of camera configuration.
Definition: VxPrimitives.h:638
Snapshot of Vx cluster configuration.
Definition: VxPrimitives.h:652
Snapshot of recorder configuration.
Definition: VxPrimitives.h:646
Snapshot of all system device information.
Definition: VxPrimitives.h:640

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