LIBNUTCLIENT_DEVICES(3) NUT Manual LIBNUTCLIENT_DEVICES(3) NAME libnutclient_devices, nutclient_get_devices, nutclient_has_device, nutclient_get_device_description - Device related functions in Network UPS Tools high-level client access library SYNOPSIS #include 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. o The nutclient_get_devices() function retrieves the list of devices monitored by a client. The returned strarr must be freed by strarr_free. o The nutclient_has_device() function tests if a device is monitored by a client. o The nutclient_get_device_description() function retrieves the device description. The returned description string must be freed. Common arguments: o dev is the device name. SEE ALSO libnutclient(3) libnutclient_commands(3) libnutclient_devices(3) libnutclient_general(3) libnutclient_variables(3) Network UPS Tools 2.8.1 04/06/2024 LIBNUTCLIENT_DEVICES(3)