LibHalProperty_s Struct Reference
[HAL convenience library]

Device property class. More...


Data Fields

int type
 Type of property.
char * key
 ASCII string.
union {
   char *   str_value
 UTF-8 zero-terminated string.
   dbus_int32_t   int_value
 32-bit signed integer
   dbus_uint64_t   uint64_value
 64-bit unsigned integer
   double   double_value
 IEEE754 double precision float.
   dbus_bool_t   bool_value
 Truth value.
   char **   strlist_value
 List of UTF-8 zero-terminated strings.
}; 
 Possible values of the property.
LibHalProperty * next
 Next property or NULL if this is the last.


Detailed Description

Device property class.

Definition at line 166 of file libhal.c.


The documentation for this struct was generated from the following file:
Generated on Thu Sep 14 19:54:41 2006 for HAL by  doxygen 1.4.7