Vehicle.Backward Method

Definition

Overloads

Backward(Int32)

Run backward at the specified speed

Backward(Int32, Int32)

Run backward for the specified number of milliseconds

Backward(Int32)

Run backward at the specified speed

public void Backward (int speed);
member this.Backward : int -> unit
Public Sub Backward (speed As Integer)

Parameters

speed
Int32

speed is between -255 and +255

Applies to

Backward(Int32, Int32)

Run backward for the specified number of milliseconds

public void Backward (int speed, int timeout);
member this.Backward : int * int -> unit
Public Sub Backward (speed As Integer, timeout As Integer)

Parameters

speed
Int32

speed is between -255 and +255

timeout
Int32

number of milliseconds to run the motors

Applies to