nutclient_get_device_variable_values man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

LIBNUTCLIENT_VARIABL(3)		  NUT Manual	       LIBNUTCLIENT_VARIABL(3)

NAME
       libnutclient_variables, nutclient_get_device_variables,
       nutclient_get_device_rw_variables, nutclient_has_device_variable,
       nutclient_get_device_variable_description,
       nutclient_get_device_variable_values,
       nutclient_set_device_variable_value,
       nutclient_set_device_variable_values - Variable related functions in
       Network UPS Tools high-level client access library

SYNOPSIS
       #include <nutclient.h>

       typedef void* NUTCLIENT_t;

       strarr nutclient_get_device_variables(NUTCLIENT_t client, const char* dev);
       strarr nutclient_get_device_rw_variables(NUTCLIENT_t client, const char* dev);
       int nutclient_has_device_variable(NUTCLIENT_t client, const char* dev, const char* var);
       char* nutclient_get_device_variable_description(NUTCLIENT_t client, const char* dev, const char* var);
       strarr nutclient_get_device_variable_values(NUTCLIENT_t client, const char* dev, const char* var);
       void nutclient_set_device_variable_value(NUTCLIENT_t client, const char* dev, const char* var, const char* value);
       void nutclient_set_device_variable_values(NUTCLIENT_t client, const char* dev, const char* var, const strarr values);

DESCRIPTION
       These functions allow to manage variables of devices.

       The nutclient_get_device_variables() function retrieve the list of
       variables names for a device. The returned strarr must be freed by
       strarr_free.

       The nutclient_get_device_rw_variables function retrieve the list of
       read-write variables names for a device. The returned strarr must be
       freed by strarr_free.

       The nutclient_has_device_variable function test if the specified
       variable is supported by the device. Return 1 is supported and 0 if
       not.

       The nutclient_get_device_variable_description function retrieve the
       variable description, if any. The resturned string must be freed.

       The nutclient_get_device_variable_values returns variable values
       (generally only one). The returned strarr must be freed by strarr_free.

       The nutclient_set_device_variable_value intend to set the value of the
       specified variable.

       The nutclient_set_device_variable_values intend to set multiple values
       of the specified variable.

       dev is the device name.

       var is the variable name.

       value is the variable value.

       values is the variable array of values.

SEE ALSO
       libnutclient(3) libnutclient_devices(3) libnutclient_general(3)

Network UPS Tools 2.7.3		  04/17/2015	       LIBNUTCLIENT_VARIABL(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net