X13.Periphery.MsDevice.MsGUdp.Close C# (CSharp) Method

Close() public static method

public static Close ( ) : void
return void
      public static void Close() {
        MsGUdp ret;
        if(_gates!=null) {
          lock(_gates) {
            if(_gates.Count>0 && (ret=(_gates[0] as MsGUdp))!=null) {
              ret.Stop();
            }
          }
        }

      }
      #endregion static