rtxStreamSocket.h File Reference
#include "rtxsrc/rtxStream.h"#include "rtxsrc/rtxSocket.h"Go to the source code of this file.
Functions | |
| int | rtxStreamSocketAttach (OSCTXT *pctxt, OSRTSOCKET socket, OSUINT16 flags) |
| Attaches the existing socket handle to the stream. | |
| int | rtxStreamSocketClose (OSCTXT *pctxt) |
| This function closes a socket stream. | |
| int | rtxStreamSocketCreateWriter (OSCTXT *pctxt, const char *host, int port) |
| This function opens a socket stream for writing. | |
| int | rtxStreamSocketSetOwnership (OSCTXT *pctxt, OSBOOL ownSocket) |
| This function transfers ownership of the socket to or from the stream instance. | |
Detailed Description
Definition in file rtxStreamSocket.h.
