Class ONVIFDeviceInformation
ONVIF device information.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class ONVIFDeviceInformation
Properties
Firmware
Gets or sets firmware.
Declaration
public string Firmware { get; set; }
Property Value
Type | Description |
---|---|
string |
Hardware
Gets or sets hardware information.
Declaration
public string Hardware { get; set; }
Property Value
Type | Description |
---|---|
string |
HostName
Gets or sets the host name.
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Gets or sets model.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
SerialNumber
Gets or sets serial number.
Declaration
public string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
String version.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The string. |