コード例 #1
0
ファイル: IBMProxyNode.cs プロジェクト: sm6uax/plegma
 //------------------------------------------------------------------------------------------------------------------------
 private void RegisterThingStateCbs()
 {
     proxyNode.PortEventHandlers[Things.Find(i => i.Name == "Console").Ports[0]] = data =>
     {
         ibmAppClient.SendCommands(ActiveCfg.IBMInfo.IOTFDeviceType, ActiveCfg.IBMInfo.IOTFDeviceName, "yodiwoporteventmsg", data);
     };
 }