Class DiscoveredDevice
Represents a discovered device returned by the discovery service protocols.
public class DiscoveredDevice
- Inheritance
-
DiscoveredDevice
- Inherited Members
Constructors
DiscoveredDevice()
public DiscoveredDevice()
Properties
FirmwareVersion
Gets or sets the firmware version of the discovered device.
public string FirmwareVersion { get; set; }
Property Value
IPAddress
Gets or sets the IP address of the discovered device.
public IPAddress IPAddress { get; set; }
Property Value
MacAddress
Gets or sets the MAC address of the discovered device.
public string MacAddress { get; set; }
Property Value
Model
Gets or sets the model name of the discovered device.
public string Model { get; set; }
Property Value
OnvifAddress
Gets or sets the ONVIF service address of the discovered device.
public string OnvifAddress { get; set; }
Property Value
UpnpServiceAddress
Gets or sets the UPnP service address of the discovered device.
public string UpnpServiceAddress { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the discovered device including IP, MAC, ONVIF, and UPnP addresses.
public override string ToString()
Returns
- string
A formatted string containing the device information.