Beispiel #1
0
 /// <summary>
 /// Tells the physical layer to ping the device
 /// </summary>
 public void connectToDevice_LL()
 {
     log.Debug("Connecting to device");
     _physicalLayer.connectToDevice_PL();
 }