示例#1
0
 void newClient_MoteIFClosedEvent(object sender, MoteIFClosedEvtArg e)
 {
     WriteLine(motecom + " is not responding. Closing Serial forwarder (id = " + id.ToString() + ")", prompt.errorTextColor);
     //CloseAll();
     if (moteConnLost != null)
     {
         moteConnLost(this, null);
     }
 }
示例#2
0
 void newClient_MoteIFClosedEvent(object sender, MoteIFClosedEvtArg e) {
   WriteLine(motecom + " is not responding. Closing Serial forwarder (id = " + id.ToString() + ")", prompt.errorTextColor);
   //CloseAll();
   if (moteConnLost != null) moteConnLost(this, null);
 }