54 int writeBuffer(
const void *buffer,
long bufferSize,
int flags = 0);
57 int readBuffer(
void *buffer,
long bufferSize,
int flags = 0);
STK internet socket abstract base class.
Definition Socket.h:39
int port(void) const
Return the socket port number.
Definition Socket.h:60
STK TCP socket server class.
Definition TcpServer.h:34
~TcpServer()
The class destructor closes the socket instance, breaking any existing connections.
TcpServer(int port=2006)
Default constructor creates a local socket server on port 2006 (or the specified port number).
int accept(void)
Extract the first pending connection request from the queue and create a new connection,...
int writeBuffer(const void *buffer, long bufferSize, int flags=0)
Write a buffer over the socket connection. Returns the number of bytes written or -1 if an error occu...
int readBuffer(void *buffer, long bufferSize, int flags=0)
Read a buffer from the socket connection, up to length bufferSize. Returns the number of bytes read o...
The STK namespace.
Definition ADSR.h:6