The data types for various properties. Each Property object returned has a getDataType() method.
More...
|
| static string | GetName (sbyte dataTypeID) |
| | Get the name of a given data type. More...
|
| |
The data types for various properties. Each Property object returned has a getDataType() method.
- Author
- DeviceAtlas Limited
◆ GetName()
| static string Com.DeviceAtlas.DataType.GetName |
( |
sbyte |
dataTypeID | ) |
|
|
inlinestatic |
Get the name of a given data type.
- Parameters
-
| dataTypeID | The id to lookup the name for |
- Returns
- The name of the data type.
◆ BOOLEAN
| const sbyte Com.DeviceAtlas.DataType.BOOLEAN = 0 |
◆ BYTE
| const sbyte Com.DeviceAtlas.DataType.BYTE = 1 |
◆ DOUBLE
| const sbyte Com.DeviceAtlas.DataType.DOUBLE = 6 |
◆ FLOAT
| const sbyte Com.DeviceAtlas.DataType.FLOAT = 5 |
◆ INTEGER
| const sbyte Com.DeviceAtlas.DataType.INTEGER = 3 |
◆ LONG
| const sbyte Com.DeviceAtlas.DataType.LONG = 4 |
◆ SHORT
| const sbyte Com.DeviceAtlas.DataType.SHORT = 2 |
◆ STRING
| const sbyte Com.DeviceAtlas.DataType.STRING = 7 |
◆ UNKNOWN
| const sbyte Com.DeviceAtlas.DataType.UNKNOWN = 8 |
The documentation for this class was generated from the following file:
- Src/API/Com/DeviceAtlas/DataType.cs