Table of Contents

Class PtzStatus

Namespace
WINKOnvif.Core.Models.PTZ
Assembly
WINKOnvif.Core.dll
public class PtzStatus
Inheritance
PtzStatus
Inherited Members

Properties

Error

public string Error { get; set; }

Property Value

string

IsMoving

public bool IsMoving { get; set; }

Property Value

bool

MoveStatus

public MoveStatus MoveStatus { get; set; }

Property Value

MoveStatus

Position

public PtzPosition Position { get; set; }

Property Value

PtzPosition

UtcTime

public DateTime UtcTime { get; set; }

Property Value

DateTime