Skip to content

ONVIFPTZStopMove

method

Delphi
function ONVIFPTZStopMove (PTZType: string): Boolean;
C++Builder
bool __fastcall ONVIFPTZStopMove(System::UnicodeString PTZType);
C#
public bool ONVIFPTZStopMove(string PTZType);
VB.NET
Public Function ONVIFPTZStopMove(PTZType As String) As Boolean
C++/Qt
BOOL ONVIFPTZStopMove (wchar_t *PTZType);

Stops moving the specified PTZ.

PTZType can be "Pan", "Tilt" or "Zoom".