cnet v4.0.4  

home topology files command‑line options the core API FAQ download and install

cnet's Application Programming Interface

NAME
CNET_set_LED - set, or turn off, one of the node's status LEDs

SYNOPSIS
#include <cnet.h> int CNET_set_LED(int led, CnetColour colour);

DESCRIPTION
When running under the GUI, each open node's window has a number of LEDs that may be set to provide a quick indication of the node's running state.

Each LED may be set to one of the provided colours, specified as a value of the CnetColour type, or to the special value CNET_LED_OFF.

RETURN VALUE
The value 0 is returned on success. On failure, the value -1 is returned, and the global variable cnet_errno is set to one of the following values to describe the error:

ER_BADARG
Either the value of led is less than zero or greater than or equal to the number of LEDs (CNET_NLEDS), or the value of colour is NULL.

cnet v4.0.4 - [email protected]