kdriveExpress SDK 23.2.0
ext_property_description_t Struct Reference

Structure holding a extended property description. More...

#include <kdrive_express_services.h>

Data Fields

uint16_t prop_id
 property id More...
 
uint16_t prop_index
 property index More...
 
uint16_t main_dpt
 main datapoint type More...
 
uint16_t sub_dpt
 sub datapoint type More...
 
bool_t write_enable
 is write enable More...
 
uint8_t pdt
 property data type More...
 
uint16_t max_nr_of_elems
 max number of elements More...
 
uint8_t read_level
 read access level More...
 
uint8_t write_level
 write access level More...
 

Detailed Description

Structure holding a extended property description.

See also
kdrive_sp_ext_prop_description_read

Field Documentation

◆ main_dpt

uint16_t ext_property_description_t::main_dpt

main datapoint type

◆ max_nr_of_elems

uint16_t ext_property_description_t::max_nr_of_elems

max number of elements

◆ pdt

uint8_t ext_property_description_t::pdt

property data type

◆ prop_id

uint16_t ext_property_description_t::prop_id

property id

◆ prop_index

uint16_t ext_property_description_t::prop_index

property index

◆ read_level

uint8_t ext_property_description_t::read_level

read access level

◆ sub_dpt

uint16_t ext_property_description_t::sub_dpt

sub datapoint type

◆ write_enable

bool_t ext_property_description_t::write_enable

is write enable

◆ write_level

uint8_t ext_property_description_t::write_level

write access level


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