Share via


Belt.CapSpeedStepsForward Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

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

Syntax

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

Remarks

The integer value defines how many speed steps the belt motor supports in forward direction. Minimum is one (1).

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