Class SsdpEmbeddedDevice
Represents a device that is a descendant of a SsdpRootDevice instance.
Inherited Members
Namespace: MediaBrowser.Model.Ssdp
Assembly: MediaBrowser.Model.dll
Syntax
public class SsdpEmbeddedDevice : SsdpDevice
Constructors
SsdpEmbeddedDevice()
Default constructor.
Declaration
public SsdpEmbeddedDevice()
Properties
RootDevice
Returns the SsdpRootDevice that is this device's first ancestor. If this device is itself an SsdpRootDevice, then returns a reference to itself.
Declaration
public SsdpRootDevice RootDevice { get; }
Property Value
Type | Description |
---|---|
SsdpRootDevice |