![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new quick report. More...
#include <VxNewQuickReport.h>
Public Member Functions | |
VxNewQuickReport () | |
Initializes a new instance of the VxNewQuickReport struct. More... | |
VxNewQuickReport (const VxNewQuickReport &ref) | |
Initializes a new instance of the VxNewQuickReport struct. More... | |
~VxNewQuickReport () | |
Finalizes an instance of the VxNewQuickReport class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | endTime [64] |
The time (RFC 3339 format) at which to end the contents of the report. Defaults to the earliest content available. More... | |
char | startTime [64] |
The time (RFC 3339 format) at which to start the contents of the report. Defaults to the oldest content available. More... | |
int | contentsSize |
The size of contents. More... | |
VxReportContent::Value * | contents |
The report content types to include in the report. Reports will include all types if not set. More... | |
Represents a new quick report.
Definition at line 12 of file VxNewQuickReport.h.
|
inline |
Initializes a new instance of the VxNewQuickReport struct.
Definition at line 17 of file VxNewQuickReport.h.
|
inline |
Initializes a new instance of the VxNewQuickReport struct.
ref | The reference. |
Definition at line 25 of file VxNewQuickReport.h.
|
inline |
Finalizes an instance of the VxNewQuickReport class.
Definition at line 35 of file VxNewQuickReport.h.
|
inline |
Clears this instance.
Definition at line 42 of file VxNewQuickReport.h.
VxReportContent::Value* VxSdk::VxNewQuickReport::contents |
The report content types to include in the report. Reports will include all types if not set.
Definition at line 68 of file VxNewQuickReport.h.
int VxSdk::VxNewQuickReport::contentsSize |
The size of contents.
Definition at line 63 of file VxNewQuickReport.h.
char VxSdk::VxNewQuickReport::endTime[64] |
The time (RFC 3339 format) at which to end the contents of the report. Defaults to the earliest content available.
Definition at line 54 of file VxNewQuickReport.h.
char VxSdk::VxNewQuickReport::startTime[64] |
The time (RFC 3339 format) at which to start the contents of the report. Defaults to the oldest content available.
Definition at line 59 of file VxNewQuickReport.h.