|
Gateway C ABI
|
Datapoint information The information about a datapoint, each DatapointValue will belong to a specific Datapoint which can be verified by it's ID which is unique for the entire Gateway/plugins. More...
#include <abi.h>
Data Fields | |
| const char * | name |
| The name of the datapoint. | |
| const char * | description |
| The description of the datapoint. | |
| uint64_t | id |
| The id of the datapoint. | |
| const char * | unit |
| The unit of the datapoint. | |
Datapoint information The information about a datapoint, each DatapointValue will belong to a specific Datapoint which can be verified by it's ID which is unique for the entire Gateway/plugins.
| const char* sGCDatapoint::description |
The description of the datapoint.
| uint64_t sGCDatapoint::id |
The id of the datapoint.
| const char* sGCDatapoint::name |
The name of the datapoint.
| const char* sGCDatapoint::unit |
The unit of the datapoint.