예제 #1
0
 public sconnRelay()
 {
     Name       = "Relay";
     IoCategory = DeviceIoCategory.Relay;
 }
예제 #2
0
 public sconnInput()
 {
     Name       = "Input";
     IoCategory = DeviceIoCategory.CmosInputs;  //TODO - detect
 }
예제 #3
0
 public sconnOutput()
 {
     Name       = "Output";
     IoCategory = DeviceIoCategory.PowerOutput;  //TODO - detect
 }