UF_ATTR_part_attr_s (view source)
 
Defined in: uf_attr_types.h
 
Also known as:
 
Overview
Structure used to return part attribute values.


Data Members

title [ UF_ATTR_MAX_TITLE_BUFSIZE ]
char
The title of the attribute

value
UF_ATTR_value_t
The value for the part attribute

string_value [ UF_ATTR_MAX_STRING_BUFSIZE ]
char
Buffer for the part
attribute string value
(if of type string).
The character pointer
.value.value.string
will then point to this buffer.