Enum VmbFeatureData
Enum representing supported feature data types.
Namespace: VisioForge.Core.Types.X.Sources.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public enum VmbFeatureData : uint
Fields
| Name | Description |
|---|---|
| Bool | Boolean feature. |
| Command | Command feature. |
| Enum | Enumeration feature. |
| Float | 64-bit floating point feature. |
| Int | 64-bit integer feature. |
| None | Feature with no data. |
| Raw | Raw (direct register access) feature. |
| String | String feature. |
| Unknown | Unknown feature type. |