IUPnPDevice 接口 (upnp.h)
IUPnPDevice 接口使应用程序能够检索有关特定设备的信息。
继承
IUPnPDevice 接口继承自 IDispatch 接口。 IUPnPDevice 也有以下类型的成员:
方法
IUPnPDevice 接口具有这些方法。
IUPnPDevice::get_Children Children 属性指定设备的所有子设备。 设备存储在 IUPnPDevices 集合中。 |
IUPnPDevice::get_Description Description 属性指定设备功能的人可读摘要。 |
IUPnPDevice::get_FriendlyName FriendlyName 属性指定设备的设备显示名称。 |
IUPnPDevice::get_HasChildren HasChildren 属性指定设备是否具有任何子设备。 |
IUPnPDevice::get_IsRootDevice IsRootDevice 属性指定设备是否是设备树中最顶层的设备。 |
IUPnPDevice::get_ManufacturerName ManufacturerName 属性指定设备制造商名称的可读形式。 |
IUPnPDevice::get_ManufacturerURL ManufacturerURL 属性指定制造商网站的 URL。 |
IUPnPDevice::get_ModelName ModelName 属性指定设备模型名称的可读形式。 |
IUPnPDevice::get_ModelNumber ModelNumber 属性指定设备型号的可读形式。 |
IUPnPDevice::get_ModelURL ModelURL 属性指定包含设备模型特定信息的网页的 URL。 |
IUPnPDevice::get_ParentDevice ParentDevice 属性指定设备的父级。 |
IUPnPDevice::get_PresentationURL PresentationURL 属性指定控制设备的网页的演示文稿 URL。 |
IUPnPDevice::get_RootDevice RootDevice 属性指定设备树中最顶层的设备。 根设备表示物理对象。 |
IUPnPDevice::get_SerialNumber SerialNumber 属性指定设备序列号的可读形式。 |
IUPnPDevice::get_Services Services 属性指定设备提供的服务列表。 |
IUPnPDevice::get_Type Type 方法指定设备的设备类型统一资源标识符 (URI) 。 |
IUPnPDevice::get_UniqueDeviceName UniqueDeviceName 属性指定设备的唯一设备名称 (UDN) 。 UDN 是唯一的;不能有两个设备具有相同的 UDN。 |
IUPnPDevice::get_UPC “刚果”属性指定可读的产品代码的一种可读形式。 |
IUPnPDevice::IconURL IconURL 方法返回可从中加载指定格式图标的 URL。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | upnp.h |