FACT++  1.0
void ConnectionUSB::AsyncWrite ( const boost::asio::const_buffers_1 &  buffers)

Definition at line 46 of file ConnectionUSB.cc.

References HandleSentData().

Referenced by Out().

47 {
48  ba::async_write(*this, buffers,
49  boost::bind(&ConnectionUSB::HandleSentData, this,
50  dummy::error, dummy::bytes_transferred));
51 }
void HandleSentData(const boost::system::error_code &error, size_t)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: