Share via


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

2/27/2008

Gets the item counter for an automatic stop of the belt in backward direction.

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

Syntax

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

Remarks

The integer value indicates the item counter for an automatic stop in backward direction. If an item is detected, this property will be decreased. The automatic stop condition becomes true if the item counter mechanism detects an additional item and the counter is already zero.

This property can be increased or decreased by calling the AdjustItemCount method and can be reset to zero by calling the ResetItemCount method.

If the CapAutoStopBackward or CapAutoStopBackwardItemCount property is false, this property has no meaning.

This property is initialized to zero (0) 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