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