Beispiel #1
0
 public LightwareInput(LightwareMatrix matrix, int id)
     : base(matrix, id)
 {
 }
Beispiel #2
0
 protected LightwareInputOutput(LightwareMatrix device, uint number)
 {
     _device = device;
     _number = number;
 }
Beispiel #3
0
 public LightwareOutput(LightwareMatrix device, uint number)
     : base(device, number)
 {
 }