Beispiel #1
0
        static void Main(string[] args)
        {
            InitService();

            Interoperate();

            while (true)
            {
                GateAdaptor.Poll();
            }
        }
Beispiel #2
0
 public void MainLoop()
 {
     MqttAdaptor.Poll();
     GateAdaptor.Poll();
 }