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

Definition at line 170 of file temperature.cc.

References buffer, and HandleRead().

171  {
172  async_read_some(ba::buffer(fArray),
173  boost::bind(&ConnectionPowerSwitch::HandleRead, this,
174  dummy::error, dummy::bytes_transferred));
175  }
boost::array< char, 4096 > fArray
Definition: temperature.cc:47
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
void HandleRead(const boost::system::error_code &err, size_t bytes_received)
Definition: temperature.cc:124

+ Here is the call graph for this function: