Belt.AutoStopForwardItemCount Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the actual item counter for an automatic stop in forward direction.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AutoStopForwardItemCount As Integer
public abstract int AutoStopForwardItemCount { get; }
public:
virtual property int AutoStopForwardItemCount {
int get () abstract;
}
/** @property */
public abstract int get_AutoStopForwardItemCount ()
public abstract function get AutoStopForwardItemCount () : int
Remarks
Gets the integer value of the actual item counter for an automatic stop in forward direction. If an item is detected, this property is 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 CapAutoStopForward or CapAutoStopForwardItemCount 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.