Table of Contents

Class OnvifCameraInfo

Namespace
WINKOnvif.Core.Models.Devices
Assembly
WINKOnvif.Core.dll
public class OnvifCameraInfo
Inheritance
OnvifCameraInfo
Inherited Members

Properties

Name

public string Name { get; set; }

Property Value

string

Password

public string Password { get; set; }

Property Value

string

ServiceAddress

public string ServiceAddress { get; set; }

Property Value

string

Streams

public List<StreamInfo> Streams { get; set; }

Property Value

List<StreamInfo>

Username

public string Username { get; set; }

Property Value

string