| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
DummySocket Class Reference#include <DummySocket.h>
Inheritance diagram for DummySocket: ![]() Detailed Descriptionprovides a no-op implementation of Socket for disabled operationThis class provides a DummySocket that doesn't really do anything It exists to maintain code readability; while supporting dogs without wireless Of course, since it does nothing, it doesn't need documentation
Definition at line 17 of file DummySocket.h.
Member Function Documentation
getReadBuffer is used with blocking read's NOT IMPLEMENTED The read(void) and getReadBuffer combo eliminates one buffer copy. You don't need to use getReadBuffer with read(byte*, int) Blocking read is currently broken - it will be fixed in the next release
Reimplemented from Socket. Definition at line 29 of file DummySocket.h.
The documentation for this class was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:08:01 2007 by Doxygen 1.4.7 |