gxPL  1.0
Tools, Application and Framework for xPL
_gxPLDeviceConfigItem Struct Reference

Describe a element of configuration. More...

#include <device.h>

Data Fields

char * name
 
gxPLConfigurableType type
 
xVector values
 
uint8_t values_max
 

Detailed Description

Describe a element of configuration.

Definition at line 485 of file device.h.

Field Documentation

char* _gxPLDeviceConfigItem::name

the name

Definition at line 487 of file device.h.

gxPLConfigurableType _gxPLDeviceConfigItem::type

the type

Definition at line 488 of file device.h.

xVector _gxPLDeviceConfigItem::values

vector of strings

Definition at line 490 of file device.h.

uint8_t _gxPLDeviceConfigItem::values_max

maximum number of values

Definition at line 489 of file device.h.