Share via


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

2/27/2008

Lists the valid weight units for a Scale device.

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

Syntax

'Declaration
Public Enumeration WeightUnit
public enum WeightUnit
public enum class WeightUnit
public enum WeightUnit
public enum WeightUnit

Members

Member name Description
Gram gram
Kilogram kilogram
Ounce ounce
Pound pound

Remarks

Used by the WeightUnit property. Members of this enumeration replace the SCAL_WU_GRAM, SCAL_WU_KILOGRAM, SCAL_WU_OUNCE, and SCAL_WU_POUND UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
Scale.WeightUnit Property