C# 클래스 Motion.PlugIns.IPCam.UCI.UCIPTZ

상속: ZForge.Motion.PlugIns.PTZAction
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Next ( int v ) : bool
Step ( int v ) : bool
UCIPTZ ( UCIAction u ) : System

보호된 메소드들

메소드 설명
GetCommand ( int v ) : string
Run ( string URL ) : bool

메소드 상세

GetCommand() 보호된 추상적인 메소드

protected abstract GetCommand ( int v ) : string
v int
리턴 string

Next() 공개 메소드

public Next ( int v ) : bool
v int
리턴 bool

Run() 보호된 메소드

protected Run ( string URL ) : bool
URL string
리턴 bool

Step() 공개 메소드

public Step ( int v ) : bool
v int
리턴 bool

UCIPTZ() 공개 메소드

public UCIPTZ ( UCIAction u ) : System
u UCIAction
리턴 System