Share via


BumpBar.BumpBarDataCount Property

2/27/2008

Gets the number of queued DataEvents.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property BumpBarDataCount As Integer
public abstract int BumpBarDataCount { get; }
public:
virtual property int BumpBarDataCount {
    int get () abstract;
}
/** @property */
public abstract int get_BumpBarDataCount ()
public abstract function get BumpBarDataCount () : int

Remarks

Indicates the number of currently queued DataEvents for the bump bar unit specified by the CurrentUnitId property.

An application can interrogate the BumpBarDataCount property to determine whether additional input is queued from a bump bar unit but has not yet been delivered because of other application processing, freezing of events, or other causes.

BumpBarDataCount is set and kept current by the service object while the device is enabled.

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

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
CurrentUnitId
DataEvent