![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Node class represents an individual host machine (a "node") within a cluster. More...
#include <Configuration.h>
Public Member Functions | |
| Node (VxSdk::IVxConfiguration::Node *vxConfigNode) | |
| Constructor. More... | |
| virtual | ~Node () |
| Destructor. More... | |
| !Node () | |
| Finaliser. More... | |
| Results::Value | Refresh () |
| Refreshes this instances properties. More... | |
Package Attributes | |
| VxSdk::IVxConfiguration::Node * | _configNode |
Properties | |
| System::String^ | HostAddress [get] |
| Gets the host address. More... | |
| ConfigStatus | Status [get] |
| Gets the current configuration status of this node. More... | |
The Node class represents an individual host machine (a "node") within a cluster.
Definition at line 100 of file Configuration.h.
| CPPCli::Configuration::Node::Node | ( | VxSdk::IVxConfiguration::Node * | vxConfigNode | ) |
Constructor.
| vxConfigNode | The vx node configuration. |
Definition at line 21 of file Configuration.cpp.
|
inlinevirtual |
Destructor.
Definition at line 112 of file Configuration.h.
| CPPCli::Configuration::Node::!Node | ( | ) |
Finaliser.
Definition at line 25 of file Configuration.cpp.
| CPPCli::Results::Value CPPCli::Configuration::Node::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 30 of file Configuration.cpp.
|
package |
Definition at line 146 of file Configuration.h.
|
get |
|
get |
Gets the current configuration status of this node.
The configuration status.
Definition at line 140 of file Configuration.h.