/// Represents a device that is a descendant of a <see cref="SsdpRootDevice"/> instance.
/// </summary>
publicclassSsdpEmbeddedDevice:SsdpDevice
{
privateSsdpRootDevice_RootDevice;
/// <summary>
/// Default constructor.
/// </summary>
publicSsdpEmbeddedDevice()
{
}
/// <summary>
/// Returns the <see cref="SsdpRootDevice"/> that is this device's first ancestor. If this device is itself an <see cref="SsdpRootDevice"/>, then returns a reference to itself.