This interface enables an application to retrieve information about a specific device.
The following table lists and describes this interface's members.
| Method | Description |
|---|---|
| Children | Returns the child devices of the device. |
| Description | Returns a human-readable form of the summary of a device's functionality. |
| FriendlyName | Returns the device display name. |
| HasChildren | Indicates whether the device has any child devices. |
| IconURL | Returns a URL from which an icon of the specified format can be loaded. |
| IsRootDevice | Indicates whether the device is the topmost device in the device tree. |
| ManufacturerName | Returns a human-readable form of the manufacturer name. |
| ManufacturerURL | Returns the URL for the manufacturer's Web site. |
| ModelName | Returns a human-readable form of the model name. |
| ModelNumber | Returns a human-readable form of the model number. |
| ModelURL | Returns the URL for a Web page that contains model-specific information. |
| ParentDevice | Returns the parent of the device. |
| PresentationURL | Returns the URL of the presentation page for the device. |
| RootDevice | Returns the topmost device in the device tree. |
| SerialNumber | Returns a human-readable form of the serial number. |
| Services | Returns the list of services provided by the device. |
| Type | Returns the device type uniform resource identifier (URI). |
| UniqueDeviceName | Returns the UDN of the device. |
| UPC | Returns a human-readable form of the product code. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Upnp.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors