#include <sysdep.h>
Data Fields | |
char * | path |
char * | value |
discover_sysdep_device_data * | next |
Definition at line 43 of file sysdep.h.
|
Pointer to the next data node Definition at line 49 of file sysdep.h. Referenced by _discover_convert_device_data(), _discover_free_sysdep_device_data(), and _discover_sysdep_device_data_new(). |
|
String giving the path for the data (not including "device" Definition at line 45 of file sysdep.h. Referenced by _discover_convert_device_data(), _discover_free_sysdep_device_data(), and _discover_sysdep_device_data_new(). |
|
String with the data's value Definition at line 47 of file sysdep.h. Referenced by _discover_convert_device_data(), _discover_free_sysdep_device_data(), and _discover_sysdep_device_data_new(). |