libnutclient_commands - Man Page

Instant command 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_device_commands(
        NUTCLIENT_t client,
        const char* dev);
int nutclient_has_device_command(
        NUTCLIENT_t client,
        const char* dev, const char* cmd);
char* nutclient_get_device_command_description(
        NUTCLIENT_t client,
        const char* dev, const char* cmd);
void nutclient_execute_device_command(
        NUTCLIENT_t client,
        const char* dev, const char* cmd,
        const char* param="");

Description

These functions allow to manage instant commands of devices.

Common arguments:

See Also

libnutclient(3) libnutclient_devices(3) libnutclient_general(3)

Referenced By

libnutclient(3), libnutclient_devices(3).

The man pages nutclient_execute_device_command(3), nutclient_get_device_command_description(3), nutclient_get_device_commands(3) and nutclient_has_device_command(3) are aliases of libnutclient_commands(3).

04/02/2024 Network UPS Tools 2.8.2 NUT Manual