Example #1
0
 private bool Recv(ICommunicationCommand cmd)
 {
     return(CManager.Read(cmd) == 0);
 }