Share via


Scale.CapStatusUpdate Property

2/27/2008

If true, then the scale is capable of providing scale weight status with StatusUpdateEvents.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapStatusUpdate As Boolean
public virtual bool CapStatusUpdate { get; }
public:
virtual property bool CapStatusUpdate {
    bool get ();
}
/** @property */
public boolean get_CapStatusUpdate ()
public function get CapStatusUpdate () : boolean

Remarks

If true when the device is enabled, an immediate StatusUpdateEvent will be generated to tell the application the current state of the scale.

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