Share via


BumpBar.EventUnitId Property

2/27/2008

Gets the bump bar unit ID causing a DataEvent event.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property EventUnitId As DeviceUnits
public abstract DeviceUnits EventUnitId { get; }
public:
virtual property DeviceUnits EventUnitId {
    DeviceUnits get () abstract;
}
/** @property */
public abstract DeviceUnits get_EventUnitId ()
public abstract function get EventUnitId () : DeviceUnits

Remarks

Just before the service object delivers a DataEvent event to the application, it sets the EventUnitId property to the bump bar unit ID causing the event. The unit ID definitions range from Unit1 to Unit32.

EventUnitId is set and kept current by the service object based on the bump bar unit ID.

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
DataEvent