Example #1
0
 public DeviceGTR1(DeviceNetMaster master, int slaveMacId)
 {
     this.SlaveMacId = slaveMacId;
     this.Master     = master;
     Identity        = new IdentityObject(this);
 }
Example #2
0
 public SlaveDeviceCollection(DeviceNetMaster master)
 {
     this.master = master;
 }
Example #3
0
 public DeviceMRLY(DeviceNetMaster master, int slaveMacId)
 {
     Identity           = new IdentityObject(this);
     DiscrateOuputPoint = new DiscrateOutputPointObject(this, 32);
 }
Example #4
0
 public void Setup()
 {
     Master = new DeviceNetMaster();
     Master.Connect("3869366E3133");
 }