Share via


Belt.CapSpeedStepsBackward Property

2/27/2008

Gets the integer value for how many speed steps the belt motor supports in backward direction.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSpeedStepsBackward As Integer
public abstract int CapSpeedStepsBackward { get; }
public:
virtual property int CapSpeedStepsBackward {
    int get () abstract;
}
/** @property */
public abstract int get_CapSpeedStepsBackward ()
public abstract function get CapSpeedStepsBackward () : int

Remarks

The integer value defines how many speed steps the belt motor supports in backward direction. Minimum is one (1). This property is only valid if the CapMoveBackward property is true. If the CapMoveBackward property is false, this property is initialized to zero (0).

This property is initialized by the Open method.

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