FACT++  1.0
void ConnectionGCN::StartRead ( )
inlineprivate

Definition at line 345 of file gcn.cc.

References buffer, and HandleReceivedData().

346  {
347  ba::async_read(*this, ba::buffer(&fRxSize, 4),
348  boost::bind(&ConnectionGCN::HandleReceivedData, this,
349  dummy::error, dummy::bytes_transferred, 0));
350  }
uint32_t fRxSize
Definition: gcn.cc:41
void HandleReceivedData(const bs::error_code &err, size_t bytes_received, int type)
Definition: gcn.cc:277
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14

+ Here is the call graph for this function: