Example #1
0
 private byte[] Receive()
 {
     byte[] res = CServer.ReceiveData(mSocket);
     LastCommunication = DateTime.Now;
     return(res);
 }