Class SsdpEmbeddedDevice
Represents a device that is a descendant of a SsdpRootDevice instance.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public class SsdpEmbeddedDevice : SsdpDevice
Constructors
Name | Description |
---|---|
SsdpEmbeddedDevice() | Default constructor. |
SsdpEmbeddedDevice(String) | Deserialisation constructor. |
Properties
Name | Description |
---|---|
RootDevice | Returns the SsdpRootDevice that is this device's first ancestor. If this device is itself an SsdpRootDevice, then returns a reference to itself. |