Exemplo n.º 1
0
 public wPlcAddress(wAddressType addressType, int address, int bit)
 {
     this.addressType = addressType;
     this.address     = address;
     this.bit         = bit;
 }
Exemplo n.º 2
0
 public wPlcAddress(wAddressType addressType, int address, int bit)
 {
     this.addressType = addressType;
     this.address = address;
     this.bit = bit;
 }
Exemplo n.º 3
0
 public wPlcAddress(wAddressType addressType, wAddressLengthType addressLengthType, int address)
 {
     this.addressType       = addressType;
     this.addressLengthType = addressLengthType;
     this.address           = address;
 }
Exemplo n.º 4
0
 public wPlcAddress(wAddressType addressType, wAddressLengthType addressLengthType, int address)
 {
     this.addressType = addressType;
     this.addressLengthType = addressLengthType;
     this.address = address;
 }