![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Configuration class represents a VxStorage-specific configuration. More...
#include <Configuration.h>
Public Member Functions | |
Storage (VxSdk::IVxConfiguration::Storage *vxConfigStorage) | |
Constructor. More... | |
virtual | ~Storage () |
Destructor. More... | |
!Storage () | |
Finaliser. More... | |
Results::Value | Refresh () |
Refreshes this instances properties. More... | |
Package Attributes | |
VxSdk::IVxConfiguration::Storage * | _configStorage |
Properties | |
int | RetentionLimit [get] |
Gets the retention limit, in hours, on recorded data. More... | |
System::String^ | TransmissionType [get] |
Gets the network communication transmission type preference. More... | |
The Configuration class represents a VxStorage-specific configuration.
Definition at line 262 of file Configuration.h.
CPPCli::Configuration::Storage::Storage | ( | VxSdk::IVxConfiguration::Storage * | vxConfigStorage | ) |
Constructor.
vxConfigStorage | The vx storage configuration. |
Definition at line 83 of file Configuration.cpp.
|
inlinevirtual |
Destructor.
Definition at line 274 of file Configuration.h.
CPPCli::Configuration::Storage::!Storage | ( | ) |
Finaliser.
Definition at line 87 of file Configuration.cpp.
CPPCli::Results::Value CPPCli::Configuration::Storage::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 92 of file Configuration.cpp.
|
package |
Definition at line 308 of file Configuration.h.
|
get |
Gets the retention limit, in hours, on recorded data.
The retention limit.
Definition at line 293 of file Configuration.h.
|
get |
Gets the network communication transmission type preference.
The transmission type.
Definition at line 302 of file Configuration.h.