documentation for class TCPSocket, TCPClient and TCPServer added.

This commit is contained in:
Roland Jax
2014-11-18 15:38:36 +01:00
parent 48fcf39d53
commit 1415b143af
5 changed files with 89 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public:
bool isOpen();
/**
* @brief sendBytes write bytes into opened file descriptor.
* @brief sendBytes write bytes to opened file descriptor.
* @param buffer data to send.
* @param nbytes number of bytes to send.
* @return number of written bytes or -1 if an error has occured.