missing documentation added.

This commit is contained in:
Roland Jax
2014-11-22 19:07:38 +01:00
parent e574c28c6d
commit 59d4907223
4 changed files with 62 additions and 27 deletions
+3 -3
View File
@@ -27,8 +27,8 @@
/** available device types. */
enum DeviceType {
dt_serial,
dt_network,
dt_serial, // serial device
dt_network // network device
};
/** max bytes write to bus. */
@@ -83,7 +83,7 @@ public:
/**
* @brief recvBytes read bytes from opened file descriptor.
* @param timeoutmax time for new input data [usec].
* @param timeout time for new input data [usec].
* @param maxCount max size of receive buffer.
* @return number of read bytes or -1 if an error has occured.
*/