X13.Periphery.MQTTSUdp.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    public void Start() {
      using(var sr=new StreamReader(Assembly.GetExecutingAssembly().GetManifestResourceStream("X13.Periphery.MQTTSUdp.xst"))) {
        Topic.Import(sr, null);
      }
      TWIDriver.Load();
      MsDevice.MsGUdp.Open();
    }