Network operation: asynchronously read a block of data. More...
#include <connectionHandler.hpp>
Public Member Functions | |
ReadData (void *d, std::size_t s, unsigned to=0) | |
Additional Inherited Members | |
Protected Types inherited from _Wolframe::net::NetworkOperation | |
enum | Operation { READ, WRITE, CLOSE, NOOP } |
Protected Member Functions inherited from _Wolframe::net::NetworkOperation | |
NetworkOperation (Operation op, void *d=NULL, std::size_t s=0, unsigned to=0) | |
unsigned | timeout () const |
const void * | data () const |
void * | buffer () |
std::size_t | size () const |
Operation | operation () const |
Network operation: asynchronously read a block of data.
|
inlineexplicit |
Copyright © 2014 - Project Wolframe - All Rights Reserved