1NUTSCAN_NEW_DEVICE(3) NUT Manual NUTSCAN_NEW_DEVICE(3)
2
3
4
6 nutscan_new_device - Create a new nutscan_device_t structure.
7
9 #include <nut-scan.h>
10
11 nutscan_device_t * nutscan_new_device();
12
14 The nutscan_new_device() function allocates a new nutscan_device_type_t
15 structure.
16
18 The nutscan_new_device() function returns the newly allocated
19 nutscan_device_type_t structure
20
22 nutscan_scan_usb(3), nutscan_scan_xml_http(3), nutscan_scan_nut(3),
23 nutscan_scan_avahi(3), nutscan_scan_ipmi(3), nutscan_scan_snmp(3)
24 nutscan_display_ups_conf(3), nutscan_display_parsable(3)
25 nutscan_free_device(3), nutscan_add_option_to_device(3)
26 nutscan_add_device_to_device(3)
27
28
29
30Network UPS Tools 09/15/2011 NUTSCAN_NEW_DEVICE(3)