kdriveExpress SDK 22.1.1
datapoint_type_t Struct Reference

Represents a single datapoint type. More...

#include <kdrive_express_dpt.h>

Data Fields

char id [KDRIVE_MAX_DP_TYPE_ID_LEN]
 
char name [KDRIVE_MAX_DP_TYPE_NAME_LEN]
 datapoint type id e.g. More...
 
int32_t size_in_bit
 the data size in bits More...
 

Detailed Description

Represents a single datapoint type.

Field Documentation

◆ id

char datapoint_type_t::id[KDRIVE_MAX_DP_TYPE_ID_LEN]

◆ name

char datapoint_type_t::name[KDRIVE_MAX_DP_TYPE_NAME_LEN]

datapoint type id e.g.

"DPT-1" datapoint type name e.g. "DPT_Switch"

◆ size_in_bit

int32_t datapoint_type_t::size_in_bit

the data size in bits


The documentation for this struct was generated from the following file: