Esempio n. 1
0
 bool Emulator::ConfigCb(Packet const & p) {
     //D("Response: " + FormatHex(p.Begin(), p.End()));
     mpCfg->Update(p.Begin(), p.End());
     return true;
 }