C# Class ZForge.Motion.PlugIns.PTZAction

Mostra file Open project: zhuangyy/Motion

Public Methods

Method Description
Auto ( bool on ) : bool
Next ( int v ) : bool
Step ( int v ) : bool

Method Details

Auto() public abstract method

public abstract Auto ( bool on ) : bool
on bool
return bool

Next() public abstract method

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

Step() public abstract method

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