table of contents
NUTSCAN_GET_SERIAL_P(3) | NUT Manual | NUTSCAN_GET_SERIAL_P(3) |
NAME¶
nutscan_get_serial_ports_list - Get a port list name from a range of port.
SYNOPSIS¶
#include <nut-scan.h>
char ** nutscan_get_serial_ports_list(const char *ports_range);
DESCRIPTION¶
The nutscan_get_serial_ports_list() function returns a null terminated array of strings generated from a port range. ports_range may be one of:
The returned array can be used in a call to nutscan_scan_eaton_serial to get the serial device on a system.
RETURN VALUE¶
The nutscan_get_serial_ports_list() function returns NULL if an error occurred (invalid port range) or a pointer to a null terminated array of strings on success.
NOTES¶
Technically, the function is currently defined in nutscan-serial.h file.
SEE ALSO¶
nutscan_scan_usb(3), nutscan_scan_xml_http_range(3), nutscan_scan_nut(3), nutscan_scan_avahi(3), nutscan_scan_ipmi(3), nutscan_scan_snmp(3), nutscan_scan_eaton_serial(3), nutscan_display_ups_conf_with_sanity_check(3), nutscan_display_parsable(3), nutscan_display_ups_conf(3)
09/10/2024 | Network UPS Tools 2.8.1 |