Share via


Belt.MoveBackward Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Starts the belt motor to move backward with the specified speed.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub MoveBackward ( _
    speed As Integer _
)
public abstract void MoveBackward (
    int speed
)
public:
virtual void MoveBackward (
    int speed
) abstract
public abstract void MoveBackward (
    int speed
)
public abstract function MoveBackward (
    speed : int
)

Parameters

Remarks

This method is only valid if CapMoveBackward is true.

Subsequent calls to MoveBackward change the speed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Belt Class
Belt Members
Microsoft.PointOfService Namespace