예제 #1
0
 private void TickleWireProtocol()
 {
     while (true)
     {
         m_device.Ping();
         Thread.Sleep(2000);
     }
 }