#include <discover.h>
| Data Fields | |
| char * | name | 
| int | scan_default | 
| int | scan_never | 
| discover_sysdep_raw_func_t * | get_raw | 
The function pointer exists to allow client code to override the sysdeps; it is used by the unit tests provided with Discover.
Definition at line 178 of file discover.h.
| 
 | 
| Function pointer that will acquire data Definition at line 186 of file discover.h. Referenced by discover_get_devices(). | 
| 
 | 
| Human-readable name Definition at line 180 of file discover.h. Referenced by discover_conf_get_bus_name(), discover_conf_name_to_bus(), and discover_device_find(). | 
| 
 | 
| Boolean (sort of) defining the bus's default behavior Definition at line 182 of file discover.h. Referenced by discover_device_find(). | 
| 
 | 
| Never scan this bus if true Definition at line 184 of file discover.h. Referenced by discover_get_devices(). | 
 1.3.9.1
 1.3.9.1