コード例 #1
0
 public NewChannelAdamCjc(NewModuleAdamAbstract module, byte channel) : base(module, channel)
 {
     Code = "M" + module.Address + "CJC";
     Name = "ТХС модуля " + module.Address;
 }
コード例 #2
0
 protected NewChannelAdamAbstract(NewModuleAdamAbstract module, byte channel) : base(module, channel)
 {
 }
コード例 #3
0
 protected NewChannelAdamAbstract(NewModuleAdamAbstract module, byte channel, string code) : base(module, channel, code)
 {
 }
コード例 #4
0
 public NewChannelAdam4019Plus(NewModuleAdamAbstract module, byte channel) : base(module, channel)
 {
     _channelRange = null;
 }