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

2/27/2008

Lists the possible scale weight notification capabilities a service object can use for a Scale device.

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

Syntax

'Declaration
Public Enumeration StatusNotify
public enum StatusNotify
public enum class StatusNotify
public enum StatusNotify
public enum StatusNotify

Members

Member name Description
Disabled The service object will not provide any scale weight state notifications to the application or set any related ExtendedErrorCode values. No scale weight state notification StatusUpdateEvents will be raised, and ScaleLiveWeight may not be set.
Enabled The service object will raise scale weight state notification StatusUpdateEvents and update the ScaleLiveWeight property beginning when DeviceEnabled is set to TRUE.

Remarks

Used by the StatusNotify property. Members of this enumeration replace the SCL_SN_DISABLED and SCL_SN_ENABLED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace