X13.Periphery.MsDevice.MsDevice C# (CSharp) Метод

MsDevice() статический приватный Метод

static private MsDevice ( ) : System
Результат System
    static MsDevice() {
      _verbose=Topic.root.Get<bool>("/etc/MQTT-SN/verbose");
      _statistic=Topic.root.Get<bool>("/etc/MQTT-SN/statistic");
      _gates=new List<IMsGate>();
      _rand=new Random((int)DateTime.Now.Ticks);
    }
    internal static void Open() {

Same methods

MsDevice::MsDevice ( IMsGate gate, byte addr ) : System