Example #1
0
 /**
  * Removes the upnp device.
  *
  * @param upnpDevice the upnp device
  */
 public void removeUPnPDevice(UPnPDevice upnpDevice) {
   discovery.removeUPnPDevice(upnpDevice);
 }