DeviceInfo Object

Provides a way for an HTML application to get information about a Windows Media Center Extender device.

Note   Hosted HTML has been deprecated. To use the new features of the Windows Media Center SDK, you must develop a Windows Media Center Presentation Layer application. However, if you still want to develop a hosted HTML application or update an existing application, you can download and use the previous version of the Windows Media Center SDK from the Microsoft Download Center.

The DeviceInfo object exposes the following properties:

Property Description
Manufacturer Gets a value that indicates the name of the manufacturer of the device.
ModelName Gets a value that indicates the model name of the device.
ProtocolInfo Gives information about the protocol used by the device.

See Also