Table of Contents

Class DiscoveredDevice

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

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

string

IPAddress

Gets or sets the IP address of the discovered device.

public IPAddress IPAddress { get; set; }

Property Value

IPAddress

MacAddress

Gets or sets the MAC address of the discovered device.

public string MacAddress { get; set; }

Property Value

string

Model

Gets or sets the model name of the discovered device.

public string Model { get; set; }

Property Value

string

OnvifAddress

Gets or sets the ONVIF service address of the discovered device.

public string OnvifAddress { get; set; }

Property Value

string

UpnpServiceAddress

Gets or sets the UPnP service address of the discovered device.

public string UpnpServiceAddress { get; set; }

Property Value

string

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.