9 #ifndef _GXPL_IO_HEADER_ 10 #define _GXPL_IO_HEADER_ 13 #include <gxPL/defs.h> 16 #if !defined(GXPL_INTERNALS) && !defined(__DOXYGEN__) 17 #warning You should not add the header file gxPL/io.h in your source code int gxPLIoRecv(gxPLIo *io, void *buffer, int count, gxPLIoAddr *source)
Receive a message from the network.
gxPLIo * gxPLIoOpen(gxPLSetting *setting)
Opening of the input-output layer.
int gxPLIoIoCtl(gxPLIo *io, int c, va_list ap)
device-specific input/output operations
Describe a gxPLApplication configuration.
int gxPLIoClose(gxPLIo *io)
Close the input-output layer.
Describe a network address.
int gxPLIoSend(gxPLIo *io, const void *buffer, int count, const gxPLIoAddr *target)
Send a message to the network.