Class MgmtClientParameter
#include <MgmtClient.h >
Structure to hold our list of management variables.
string category |
variable category |
string name |
variable name |
string type |
variable type |
string value |
variable value |
void* valueptr |
pointer to value |
MgmtClientGet getfn |
method for getting a variable value |
MgmtClientSet setfn |
method for setting a variable value |
Constructor