| Package | Description |
|---|---|
| org.ocap.hn.upnp.client |
Provides UPnP client functionality, permitting access to devices and
services on a home network.
|
| Modifier and Type | Method and Description |
|---|---|
UPnPClientDevice |
UPnPClientService.getDevice()
Gets the UPnP device that this service is a part of.
|
UPnPClientDevice |
UPnPClientDeviceIcon.getDevice()
Gets the UPnP device that this icon is associated with.
|
UPnPClientDevice[] |
UPnPControlPoint.getDevices()
Gets a client representation of all UPnP root devices visible
to this host.
|
UPnPClientDevice[] |
UPnPControlPoint.getDevicesByServiceType(String type)
Gets a client representation of all UPnP devices containing a
service of the specified type, visible to this host.
|
UPnPClientDevice[] |
UPnPControlPoint.getDevicesByType(String type)
Gets a client representation of all UPnP devices of the
specified type visible to this host.
|
UPnPClientDevice[] |
UPnPControlPoint.getDevicesByUDN(String UDN)
Gets a client representation of the UPnP devices of the
specified UDN visible to this host.
|
UPnPClientDevice[] |
UPnPClientDevice.getEmbeddedDevices()
Gets the embedded devices for this UPnP Device.
|
UPnPClientDevice |
UPnPClientDevice.getParentDevice()
Returns the parent UPnP Device of this device, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UPnPClientDeviceListener.notifyDeviceAdded(UPnPClientDevice device)
Notifies the listener that a UPnP device was added to a home network.
|
void |
UPnPClientDeviceListener.notifyDeviceRemoved(UPnPClientDevice device)
Notifies the listener that a UPnP device was removed from a
home network, or did not renew its advertisement prior to
expiration of the prior advertisement.
|
Copyright © 2013 CableLabs. All Rights Reserved.