Enum VmbFeatureData
- Assembly
- VisioForge.Core.dll
Enum representing supported feature data types.
public enum VmbFeatureData : uintFields
Unknown = 0-
Unknown feature type.
Int = 1-
64-bit integer feature.
Float = 2-
64-bit floating point feature.
Enum = 3-
Enumeration feature.
String = 4-
String feature.
Bool = 5-
Boolean feature.
Command = 6-
Command feature.
Raw = 7-
Raw (direct register access) feature.
None = 8-
Feature with no data.