CLIENT API
Clients connect to isectd, send messages (requests) to it, optionally read the responses, and ultimately close their connection.
Before using any of the isd*() functions in your source code you must
first #include "isdio.h"
to define prototypes and the required
#define
s. In the interest of brevity the include
statement
is omitted from the examples.
isdio.h
is normall installed in /usr/local/include on UNIX
systems by make install
.
Go to the first, previous, next, last section, table of contents.