VisioForge (c) 2025

Search Results for

    Class ONVIFDeviceInformation

    ONVIF device information.

    Inheritance
    object
    ONVIFDeviceInformation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Overrides
    object.ToString()