Scale.ExtendedErrorUnderZero Field
2/27/2008
Indicates the scale is reporting a weight that is less than zero due to a calibration error.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Const ExtendedErrorUnderZero As Integer
public const int ExtendedErrorUnderZero
public:
literal int ExtendedErrorUnderZero
public static final int ExtendedErrorUnderZero
public const var ExtendedErrorUnderZero : int
Remarks
Thrown as an exception by the ReadWeight method. The scale should be recalibrated. This can only be returned if AsyncMode is false.
See Also
Reference
Scale Class
Scale Members
Microsoft.PointOfService Namespace