FACT++  1.0
void ConnectionUSB::AsyncRead ( const boost::asio::mutable_buffers_1  buffers,
int  type = 0,
int  counter = 0 
)

Definition at line 39 of file ConnectionUSB.cc.

References HandleReceivedData().

Referenced by Out().

40 {
41  ba::async_read(*this, buffers,
42  boost::bind(&ConnectionUSB::HandleReceivedData, this,
43  dummy::error, dummy::bytes_transferred, type, counter));
44 }
virtual void HandleReceivedData(const boost::system::error_code &, size_t, int=0, int=0)
int type
int counter
Definition: db_dim_client.c:19

+ Here is the call graph for this function:

+ Here is the caller graph for this function: