Пример #1
0
 // Update is called once per frame
 void FixedUpdate()
 {
     DynaLinkHS.EthernetStatusWDG();
     if (UdpCloseBit == true)
     {
         StartCoroutine(WaitTime());
         UdpCloseBit = false;
     }
 }