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(void);
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 Technically, the function is currently defined in nutscan-device.h
23 file.
24
26 nutscan_scan_usb(3), nutscan_scan_xml_http_range(3),
27 nutscan_scan_nut(3), nutscan_scan_avahi(3), nutscan_scan_ipmi(3),
28 nutscan_scan_snmp(3) nutscan_display_ups_conf(3),
29 nutscan_display_parsable(3) nutscan_free_device(3),
30 nutscan_add_option_to_device(3) nutscan_add_device_to_device(3)
31
32
33
34Network UPS Tools 2.8.0 04/26/2022 NUTSCAN_NEW_DEVICE(3)