Class SsdpRootDevice
Represents a 'root' device, a device that has no parent. Used for publishing devices and for the root device in a tree of discovered devices.
Inherited Members
Namespace: MediaBrowser.Model.Ssdp
Assembly: MediaBrowser.Model.dll
Syntax
public class SsdpRootDevice : SsdpDevice
Remarks
Child (embedded) devices are represented by the SsdpDevice in the Devices property.
Root devices contain some information that applies to the whole device tree and is therefore not present on child devices, such as CacheLifetime and SubLocation.
Constructors
SsdpRootDevice()
Default constructor.
Declaration
public SsdpRootDevice()
Properties
SubLocation
Declaration
public string SubLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |