Enum PvGenType
Feature data type (Boolean, integer, etc.)
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvGenType
Fields
| Name | Description |
|---|---|
| PvGenTypeBoolean | Type: Boolean Class: #PvGenBoolean |
| PvGenTypeCommand | Type: Command Class: #PvGenCommand |
| PvGenTypeEnum | Type: Enumeration Class: #PvGenEnum |
| PvGenTypeFloat | Type: Float Class: #PvGenFloat |
| PvGenTypeInteger | Type: Integer Class: #PvGenInteger |
| PvGenTypeRegister | Type: Register Class: #PvGenRegister |
| PvGenTypeString | Type: String Class: #PvGenString |
| PvGenTypeUndefined | Type: Not defined; valid type not provided. Class: Not applicable. |