Package com.biglybt.core.devices
Interface DeviceUPnP
-
- All Superinterfaces:
Device
- All Known Implementing Classes:
DeviceContentDirectoryImpl
,DeviceInternetGatewayImpl
,DeviceiTunes
,DeviceMediaRendererImpl
,DeviceMediaRendererManual
,DeviceTivo
,DeviceUPnPImpl
public interface DeviceUPnP extends Device
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.biglybt.core.devices.Device
Device.browseLocation
-
-
Field Summary
-
Fields inherited from interface com.biglybt.core.devices.Device
DT_CONTENT_DIRECTORY, DT_DISK_OPS, DT_INTERNET, DT_INTERNET_GATEWAY, DT_MEDIA_RENDERER, DT_UNKNOWN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UPnPDevice
getUPnPDevice()
-
Methods inherited from interface com.biglybt.core.devices.Device
addListener, alive, canRemove, getAddress, getBrowseLocations, getClassification, getDirectTranscodeProfiles, getDisplayProperties, getError, getID, getImageID, getImageIDs, getInfo, getName, getShortDescription, getStatus, getString, getTransientProperty, getType, getVuzeFile, getWikiURL, isAlive, isBrowsable, isBusy, isExportable, isGenericUSB, isHidden, isLivenessDetectable, isManual, isNameAutomatic, isTagged, remove, removeListener, requestAttention, setAddress, setCanRemove, setExportable, setGenericUSB, setHidden, setImageID, setName, setTagged, setTransientProperty
-
-
-
-
Method Detail
-
getUPnPDevice
UPnPDevice getUPnPDevice()
-
-