Beispiel #1
0
 public static void SendPing(string msg)
 {
     log.DebugFormat("Sending ACK for command [{0}]", msg);
     client.Ping(new byte[] { 1 });
 }