![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents the time configuration. More...
#include <IVxConfiguration.h>
Public Member Functions | |
virtual VxResult::Value | Delete () const =0 |
Deletes this instance. More... | |
virtual VxResult::Value | GetTime (char currentTime[64])=0 |
Gets the current internal system time. More... | |
virtual VxResult::Value | Refresh ()=0 |
Refreshes the member values for this object by retrieving its current information from the VideoXpert system. More... | |
Public Attributes | |
bool | isTimeServerEnabled |
Indicates whether or not the external time server is enabled. More... | |
char | timeServerAddress [64] |
The host address of the external time server. More... | |
Protected Member Functions | |
void | Clear () |
Clears this instance. More... | |
Represents the time configuration.
Definition at line 15 of file IVxConfiguration.h.
|
inlineprotected |
Clears this instance.
Definition at line 48 of file IVxConfiguration.h.
|
pure virtual |
Deletes this instance.
|
pure virtual |
Gets the current internal system time.
currentTime | The current internal time from the system. |
|
pure virtual |
Refreshes the member values for this object by retrieving its current information from the VideoXpert system.
bool VxSdk::IVxConfiguration::Time::isTimeServerEnabled |
Indicates whether or not the external time server is enabled.
Definition at line 38 of file IVxConfiguration.h.
char VxSdk::IVxConfiguration::Time::timeServerAddress[64] |
The host address of the external time server.
Definition at line 42 of file IVxConfiguration.h.