StatusNotify Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible scale weight notification capabilities a service object can use for a Scale device.
public enum StatusNotify
type StatusNotify =
Public Enum StatusNotify
- Inheritance
-
StatusNotify
Fields
Name | Value | Description |
---|---|---|
Disabled | 1 | 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 | 2 | The service object will raise scale weight state notification StatusUpdateEvents and update the ScaleLiveWeight property beginning when DeviceEnabled is set to TRUE. |