C# 클래스 ev3dev.Motor

상속: Device
파일 보기 프로젝트 열기: pgrudzien12/csharp-ev3 1 사용 예제들

공개 메소드들

메소드 설명
CreateLargeMotor ( string port ) : Motor
CreateMediumMotor ( string port ) : Motor
Motor ( string port ) : System
Motor ( string port, string motorType ) : System
commands ( ) : string[]
driver_name ( ) : string
reset ( ) : void
run_direct ( ) : void
run_forever ( ) : void
run_timed ( ) : void
run_to_abs_pos ( ) : void
run_to_rel_pos ( ) : void
set_command ( string v ) : void
stop ( ) : void

보호된 메소드들

메소드 설명
Connect ( string[]>.IDictionary match ) : bool

메소드 상세

Connect() 보호된 메소드

protected Connect ( string[]>.IDictionary match ) : bool
match string[]>.IDictionary
리턴 bool

CreateLargeMotor() 공개 정적인 메소드

public static CreateLargeMotor ( string port ) : Motor
port string
리턴 Motor

CreateMediumMotor() 공개 정적인 메소드

public static CreateMediumMotor ( string port ) : Motor
port string
리턴 Motor

Motor() 공개 메소드

public Motor ( string port ) : System
port string
리턴 System

Motor() 공개 메소드

public Motor ( string port, string motorType ) : System
port string
motorType string
리턴 System

commands() 공개 메소드

public commands ( ) : string[]
리턴 string[]

driver_name() 공개 메소드

public driver_name ( ) : string
리턴 string

reset() 공개 메소드

public reset ( ) : void
리턴 void

run_direct() 공개 메소드

public run_direct ( ) : void
리턴 void

run_forever() 공개 메소드

public run_forever ( ) : void
리턴 void

run_timed() 공개 메소드

public run_timed ( ) : void
리턴 void

run_to_abs_pos() 공개 메소드

public run_to_abs_pos ( ) : void
리턴 void

run_to_rel_pos() 공개 메소드

public run_to_rel_pos ( ) : void
리턴 void

set_command() 공개 메소드

public set_command ( string v ) : void
v string
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void