![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Time class represents a time configuration. More...
#include <Configuration.h>
Public Member Functions | |
Time (VxSdk::IVxConfiguration::Time *vxConfigTime) | |
Constructor. More... | |
virtual | ~Time () |
Destructor. More... | |
!Time () | |
Finaliser. More... | |
Results::Value | Refresh () |
Refreshes this instances properties. More... | |
Package Attributes | |
VxSdk::IVxConfiguration::Time * | _configTime |
Properties | |
bool | IsTimeServerEnabled [get] |
Gets a value indicating whether or not the external time server is enabled. More... | |
System::DateTime | CurrentTime [get] |
Gets the current internal system time. More... | |
System::String^ | TimeServerAddress [get] |
Gets the host address of the external time server. More... | |
The Time class represents a time configuration.
Definition at line 35 of file Configuration.h.
CPPCli::Configuration::Time::Time | ( | VxSdk::IVxConfiguration::Time * | vxConfigTime | ) |
Constructor.
vxConfigTime | The vx time configuration. |
Definition at line 8 of file Configuration.cpp.
|
inlinevirtual |
Destructor.
Definition at line 47 of file Configuration.h.
CPPCli::Configuration::Time::!Time | ( | ) |
Finaliser.
Definition at line 12 of file Configuration.cpp.
CPPCli::Results::Value CPPCli::Configuration::Time::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 17 of file Configuration.cpp.
|
package |
Definition at line 94 of file Configuration.h.
|
get |
Gets the current internal system time.
The current internal system time.
Definition at line 75 of file Configuration.h.
|
get |
Gets a value indicating whether or not the external time server is enabled.
true
if the external time server is enabled, false
if disabled.
Definition at line 66 of file Configuration.h.
|
get |
Gets the host address of the external time server.
The external time server host address.
Definition at line 88 of file Configuration.h.