Beispiel #1
0
 public StkV1Client(IAvrChannel port)
 {
     _port = port;
 }
Beispiel #2
0
 public StatisticsChannel(IAvrChannel inner)
 {
     _inner = inner;
 }
Beispiel #3
0
 public AvrSpiClient(IAvrChannel channel)
 {
     _channel = channel;
 }