Exemplo n.º 1
0
 public ZwaveNetworkFactory(IZWaveSettings zWaveSettings, IZWaveNodeList nodeList,
                            IZWaveManagerFactory managerFactory)
 {
     _zWaveSettings  = zWaveSettings;
     _nodeList       = nodeList;
     _managerFactory = managerFactory;
 }
Exemplo n.º 2
0
 public ZWaveManagerFactory(IZWaveSettings settings, IZWaveNodeList nodeList)
 {
     _settings = settings;
     _nodeList = nodeList;
 }