FACT++  1.0
void ConnectionInterlock::StartReadReport ( )
inlineprivate

Definition at line 154 of file pwrctrl.cc.

References buffer, and HandleRead().

155  {
156  async_read_some(ba::buffer(fArray),
157  boost::bind(&ConnectionInterlock::HandleRead, this,
158  dummy::error, dummy::bytes_transferred));
159  }
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition: pwrctrl.cc:108
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
boost::array< char, 4096 > fArray
Definition: pwrctrl.cc:41

+ Here is the call graph for this function: