BeltDirection Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the belt direction.

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

Syntax

'Declaration
Public Enumeration BeltDirection
public enum BeltDirection
public enum class BeltDirection
public enum BeltDirection
public enum BeltDirection

Members

Member name Description
Backward Indicates that the belt moves in backward direction.
Forward Indicates that the belt moves in forward direction.

Remarks

Used by the AdjustItemCount and ResetItemCount methods. Replaces the BELT_AIC_BACKWARD and BELT_AIC_FORWARD properties from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace