public interface UPnPDevice
Modifier and Type | Method and Description |
---|---|
String |
getDeviceType()
Gets the UPnP deviceType of this device.
|
String |
getFriendlyName()
Gets the UPnP "friendly name" of this device.
|
String |
getManufacturer()
Gets the UPnP manufacturer of this device.
|
String |
getManufacturerURL()
Gets the UPnP manufacturer URL of this device.
|
String |
getModelDescription()
Gets the UPnP model description of this device.
|
String |
getModelName()
Gets the UPnP model name of this device.
|
String |
getModelNumber()
Gets the UPnP model number of this device.
|
String |
getModelURL()
Gets the UPnP model URL of this device.
|
String |
getSerialNumber()
Gets the UPnP serial number of this device.
|
String |
getSpecVersion()
Gets the UPnP specVersion major and minor values of this
UPnP device, or of the root UPnP device containing this device.
|
String |
getUDN()
Gets the UPnP Unique Device Name of this device.
|
String |
getUPC()
Gets the UPnP Universal Product Code of this device.
|
boolean |
isRootDevice()
Reports whether this UPnP device is a UPnP root device.
|
String getDeviceType()
deviceType
element within the
device description.deviceType
is empty or not present,
returns the empty String.String getFriendlyName()
friendlyName
element within the
device description.friendlyName
of this device.
If the friendlyName
is empty or not present, returns the
empty String.String getManufacturer()
manufacturer
element within the
device description.String getManufacturerURL()
manufacturerURL
element
within the device description.
If the manufacturerURL is empty or not present, returns
the empty String.String getModelDescription()
modelDescription
element within the device description.
If the modelDescription is empty or not present, returns
the empty String.String getModelName()
modelName
element within the device
description.modelName
of this device.
If the modelName
is empty or not present, returns the
empty String.String getModelNumber()
modelNumber
element within the
device description.
If the modelNumber is empty or not present, returns the
empty String.String getModelURL()
modelURL
element within the
device description.
If the modelURL is empty or not present, returns the empty
String.String getSerialNumber()
serialNumber
element within the
device description.
If the serialNumber is empty or not present, returns the
empty String.String getSpecVersion()
specVersion
element within the device
description.
The format of the returned String is the <major>
value, followed by '.', followed by the <minor> value.String getUDN()
UDN
element
within the device description.String getUPC()
UPC
element
within the device description.
If the UPC is empty or not present, returns the empty
String.boolean isRootDevice()
Copyright © 2013 CableLabs. All rights reserved.