Esempio n. 1
0
 public DxpWordDeviceWithBlockNumber(string name, AddressNotation notation, string description)
 {
     Name            = name;
     AddressNotation = notation;
     Description     = description;
     UseBlockNumber  = true;
 }
Esempio n. 2
0
 public DxpWordDevice(string name, AddressNotation notation, string description)
 {
     Name            = name;
     AddressNotation = notation;
     Description     = description;
     DeviceType      = DxpDeviceType.Word;
 }
Esempio n. 3
0
 public DxpWordDevice(string name, AddressNotation notation, string description)
 {
     Name = name;
     AddressNotation = notation;
     Description = description;
     DeviceType = DxpDeviceType.Word;
 }
Esempio n. 4
0
 public DxpWordDeviceWithBlockNumber(string name, AddressNotation notation, string description)
 {
     Name = name;
     AddressNotation = notation;
     Description = description;
     UseBlockNumber = true;
 }