Struct VmbFeatureInfo
Defined in File VmbCTypeDefinitions.h
Struct Documentation
-
struct VmbFeatureInfo
Feature information.
Holds read-only information about a feature.
Out
-
const char *name
Name used in the API.
-
const char *category
Category this feature can be found in.
-
const char *displayName
Feature name to be used in GUIs.
-
const char *tooltip
Short description, e.g. for a tooltip.
-
const char *description
Longer description.
-
const char *sfncNamespace
Namespace this feature resides in.
-
const char *unit
Measuring unit as given in the XML file.
-
const char *representation
Representation of a numeric feature.
-
VmbFeatureData_t featureDataType
Data type of this feature.
-
VmbFeatureFlags_t featureFlags
Access flags for this feature.
-
VmbUint32_t pollingTime
Predefined polling time for volatile features.
-
VmbFeatureVisibility_t visibility
GUI visibility.
-
const char *name