![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents an individual host machine (a "node") within a cluster. More...
#include <IVxConfiguration.h>
Public Member Functions | |
virtual VxResult::Value | Delete () const =0 |
Deletes this instance. 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 | |
char | hostAddress [64] |
The host address. More... | |
VxConfigStatus::Value | status |
The current configuration status of this node More... | |
Protected Member Functions | |
void | Clear () |
Clears this instance. More... | |
Represents an individual host machine (a "node") within a cluster.
Definition at line 57 of file IVxConfiguration.h.
|
inlineprotected |
Clears this instance.
Definition at line 84 of file IVxConfiguration.h.
|
pure virtual |
Deletes this instance.
|
pure virtual |
Refreshes the member values for this object by retrieving its current information from the VideoXpert system.
char VxSdk::IVxConfiguration::Node::hostAddress[64] |
The host address.
Definition at line 74 of file IVxConfiguration.h.
VxConfigStatus::Value VxSdk::IVxConfiguration::Node::status |
The current configuration status of this node
Definition at line 78 of file IVxConfiguration.h.