Share via


Belt.AdjustItemCount(BeltDirection, Int32) Method

Definition

Indicates the direction of a belt and adjusts the item count accordingly.

public abstract void AdjustItemCount (Microsoft.PointOfService.BeltDirection direction, int count);
abstract member AdjustItemCount : Microsoft.PointOfService.BeltDirection * int -> unit
Public MustOverride Sub AdjustItemCount (direction As BeltDirection, count As Integer)

Parameters

direction
BeltDirection

Specifies the auto stop item count property to be adjusted. May be either Backward orForward.

count
Int32

Contains the number of items to be adjusted.

Applies to