Share via


Scale.StatusNotify Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether the service object provides any scale weight notifications.

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

Syntax

'Declaration
Public Overridable Property StatusNotify As StatusNotify
public virtual StatusNotify StatusNotify { get; set; }
public:
virtual property StatusNotify StatusNotify {
    StatusNotify get ();
    void set (StatusNotify value);
}
/** @property */
public StatusNotify get_StatusNotify ()

/** @property */
public void set_StatusNotify (StatusNotify value)
public function get StatusNotify () : StatusNotify

public function set StatusNotify (value : StatusNotify)

Remarks

Possible values are defined by the StatusNotify enumeration.

Scale weight state notification can only be set by the application if the CapStatusUpdate is true. StatusNotify can only be set while the device is disabled, that is, while DeviceEnabled is false.

StatusNotify is typically initialized to Disabled. This value provides compatibility with earlier releases.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Scale Class
Scale Members
Microsoft.PointOfService Namespace