[][src]Module yooper::description

Description is the second step of UPnP, after Discovery. Using the location retrieved from discovery, retrieve an XML document over HTTP. This document enumerates the capabilities of the given device.

Structs

Description

This document contains the root device description and metadata

Device

A Logical device. One physical "Device" may contain multiple logical Devices.

DeviceType
Service

Logical functional unit, Smallest units of control. Exposes actions and models the state of a physical device with state variables.

ServiceId
ServiceType
SpecVersion
UniqueDeviceName

Functions

describe

Retrieve and parse a device description. See the location field from discovery::Device.