FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ConnectionUSB::HandleSentData
void HandleSentData(const boost::system::error_code &error, size_t)
Definition:
ConnectionUSB.cc:203
Here is the call graph for this function:
Here is the caller graph for this function:
ConnectionUSB
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11