Class DeviceAvailableEventArgs
Event arguments for the DeviceAvailable event.
Inheritance
System.Object
System.EventArgs
DeviceAvailableEventArgs
Inherited Members
System.EventArgs.Empty
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 sealed class DeviceAvailableEventArgs : EventArgs
Constructors
Name | Description |
---|---|
DeviceAvailableEventArgs(DiscoveredSsdpDevice, Boolean) | Full constructor. |
Properties
Name | Description |
---|---|
DiscoveredDevice | A reference to a DiscoveredSsdpDevice instance containing the discovered details and allowing access to the full device description. |
IsNewlyDiscovered | Returns true if the device was discovered due to an alive notification, or a search and was not already in the cache. Returns false if the item came from the cache but matched the current search request. |