libnutclient_devices - Man Page

Device related functions in Network UPS Tools high-level client access library

Synopsis

#include <nutclient.h>
typedef void* NUTCLIENT_t;
typedef char** strarr;
strarr nutclient_get_devices(NUTCLIENT_t client);
int nutclient_has_device(NUTCLIENT_t client, const char* dev);
char* nutclient_get_device_description(NUTCLIENT_t client, const char* dev);

Description

These functions allow to manage devices.

Common arguments:

See Also

libnutclient(3) libnutclient_commands(3) libnutclient_devices(3) libnutclient_general(3) libnutclient_variables(3)

Referenced By

libnutclient(3), libnutclient_commands(3), libnutclient_variables(3).

The man pages nutclient_get_device_description(3), nutclient_get_devices(3) and nutclient_has_device(3) are aliases of libnutclient_devices(3).

10/31/2023 Network UPS Tools 2.8.1 NUT Manual