kdriveExpress SDK 23.2.0
property_description_t Struct Reference

Structure holding a property description. More...

#include <kdrive_express_services.h>

Data Fields

uint8_t prop_id
 property id More...
 
uint8_t prop_index
 property index More...
 
bool_t write_enable
 is write enable More...
 
uint8_t type
 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 property description.

See also
kdrive_sp_property_description_read

Field Documentation

◆ max_nr_of_elems

uint16_t property_description_t::max_nr_of_elems

max number of elements

◆ prop_id

uint8_t property_description_t::prop_id

property id

◆ prop_index

uint8_t property_description_t::prop_index

property index

◆ read_level

uint8_t property_description_t::read_level

read access level

◆ type

uint8_t property_description_t::type

type

◆ write_enable

bool_t property_description_t::write_enable

is write enable

◆ write_level

uint8_t property_description_t::write_level

write access level


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