C# Class Motion.PlugIns.IPCam.UCI.UCIPTZ

Inheritance: ZForge.Motion.PlugIns.PTZAction
Show file Open project: zhuangyy/Motion

Public Methods

Method Description
Next ( int v ) : bool
Step ( int v ) : bool
UCIPTZ ( UCIAction u ) : System

Protected Methods

Method Description
GetCommand ( int v ) : string
Run ( string URL ) : bool

Method Details

GetCommand() protected abstract method

protected abstract GetCommand ( int v ) : string
v int
return string

Next() public method

public Next ( int v ) : bool
v int
return bool

Run() protected method

protected Run ( string URL ) : bool
URL string
return bool

Step() public method

public Step ( int v ) : bool
v int
return bool

UCIPTZ() public method

public UCIPTZ ( UCIAction u ) : System
u UCIAction
return System