Method | Description | |
---|---|---|
CreateLargeMotor ( string port ) : |
||
CreateMediumMotor ( string port ) : |
||
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 |
Method | Description | |
---|---|---|
Connect ( string[]>.IDictionary |
protected Connect ( string[]>.IDictionary |
||
match | string[]>.IDictionary | |
return | bool |
public static CreateLargeMotor ( string port ) : |
||
port | string | |
return |
public static CreateMediumMotor ( string port ) : |
||
port | string | |
return |
public Motor ( string port, string motorType ) : System | ||
port | string | |
motorType | string | |
return | System |