![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The QuickReport class represents a quick system health report. More...
#include <QuickReport.h>
Public Types | |
enum | ReportCreationStatus { ReportCreationStatus::Unknown, ReportCreationStatus::InProgress, ReportCreationStatus::Failed, ReportCreationStatus::Successful } |
Values that represent status of creating a quick report. More... | |
Public Member Functions | |
QuickReport (VxSdk::IVxQuickReport *vxQuickReport) | |
Constructor. More... | |
virtual | ~QuickReport () |
Destructor. More... | |
!QuickReport () | |
Finaliser. More... | |
Package Functions | |
System::String^ | _GetQuickReportEndpoint () |
ReportCreationStatus | _GetStatus () |
Package Attributes | |
VxSdk::IVxQuickReport * | _report |
Properties | |
System::String^ | QuickReportEndpoint [get] |
Gets the URI to the download location of the quick report. The endpoint will only be available if the VideoXpert system has completed generating the report. More... | |
ReportCreationStatus | Status [get] |
Gets the current status of generating the quick report. More... | |
The QuickReport class represents a quick system health report.
Definition at line 13 of file QuickReport.h.
|
strong |
Values that represent status of creating a quick report.
Enumerator | |
---|---|
Unknown |
An error or unknown value was returned. |
InProgress |
The report creation is in progress. |
Failed |
The report failed to be created. |
Successful |
The report has successfully been created. |
Definition at line 19 of file QuickReport.h.
CPPCli::QuickReport::QuickReport | ( | VxSdk::IVxQuickReport * | vxQuickReport | ) |
Constructor.
Implements the clip class.
vxQuickReport | The vx quick report. |
Definition at line 6 of file QuickReport.cpp.
|
inlinevirtual |
Destructor.
Definition at line 39 of file QuickReport.h.
CPPCli::QuickReport::!QuickReport | ( | ) |
|
package |
Definition at line 15 of file QuickReport.cpp.
|
package |
Definition at line 31 of file QuickReport.cpp.
|
package |
Definition at line 68 of file QuickReport.h.
|
get |
Gets the URI to the download location of the quick report. The endpoint will only be available if the VideoXpert system has completed generating the report.
Definition at line 53 of file QuickReport.h.
|
get |
Gets the current status of generating the quick report.
The current quick report creation status.
Definition at line 62 of file QuickReport.h.