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

Inheritance: ZForge.Motion.PlugIns.PTZAction
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
Next ( int v ) : bool
Step ( int v ) : bool
UCIPTZ ( UCIAction u ) : System

Méthodes protégées

Méthode Description
GetCommand ( int v ) : string
Run ( string URL ) : bool

Method Details

GetCommand() protected abstract méthode

protected abstract GetCommand ( int v ) : string
v int
Résultat string

Next() public méthode

public Next ( int v ) : bool
v int
Résultat bool

Run() protected méthode

protected Run ( string URL ) : bool
URL string
Résultat bool

Step() public méthode

public Step ( int v ) : bool
v int
Résultat bool

UCIPTZ() public méthode

public UCIPTZ ( UCIAction u ) : System
u UCIAction
Résultat System