SerUt
Public Member Functions

serut::TCPSerializer Class Reference

Serializer which can be used to read from and write to a TCP connection. More...

#include <tcpserializer.h>

Inheritance diagram for serut::TCPSerializer:
Inheritance graph
[legend]
Collaboration diagram for serut::TCPSerializer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TCPSerializer (nut::TCPSocket *pSocket, bool deleteSocket)
 Construct an instance.
nut::TCPSocket * getSocket ()
 Returns the socket which is being used for communication.

Detailed Description


Constructor & Destructor Documentation

serut::TCPSerializer::TCPSerializer ( nut::TCPSocket *  pSocket,
bool  deleteSocket 
)

Construct an instance.

Parameters:
pSocketThe socket which should be used for communication.
deleteSocketFlag indicating if the socket should be deleted when this instance is destroyed.

Member Function Documentation

nut::TCPSocket* serut::TCPSerializer::getSocket ( ) [inline]

The documentation for this class was generated from the following file: