MineTrust Connector CPP SDK

MTConnectorSDK::ConfigSchemaItem Struct Reference

#include <MTConnectorSDK.h>

Public Attributes

ConfigSchemaItemparent
std::string value
std::vector< ConfigSchemaItemchildren
std::string fullPath

Detailed Description

Class representation of a supported value within the local config schema.

Member Data Documentation

◆ children

std::vector<ConfigSchemaItem> MTConnectorSDK::ConfigSchemaItem::children

Gets the children of this node within the schema.

◆ fullPath

std::string MTConnectorSDK::ConfigSchemaItem::fullPath

Gets the full path to this item within the config schema.

◆ parent

ConfigSchemaItem* MTConnectorSDK::ConfigSchemaItem::parent

Gets the parent node in the schema.

◆ value

std::string MTConnectorSDK::ConfigSchemaItem::value

Gets the value of this config schema item.


The documentation for this struct was generated from the following file: