Esempio n. 1
0
 public DeviceConfig(RPCController rpc, Int32 peerID, Int32 channel, RPCParameterSetType type, Dictionary <String, ConfigParameter> deviceConfig) : base(deviceConfig)
 {
     _rpc     = rpc;
     _peerID  = peerID;
     _channel = channel;
     _type    = type;
 }
Esempio n. 2
0
 public DeviceConfig(RPCController rpc, long peerId, long channel, RPCParameterSetType type, Dictionary <string, ConfigParameter> deviceConfig) : base(deviceConfig)
 {
     _rpc     = rpc;
     _peerId  = peerId;
     _channel = channel;
     _type    = type;
 }