Share via


BumpBar.UnitsOnline Property

2/27/2008

Gets a bitwise mask that indicates which bump bar units are online.

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

Syntax

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

Remarks

Zero or more of the unit constants Unit1 (bit 0 on) through Unit32 (bit 31 on) are joined together bitwise with the OR operator. 32 units are supported.

The UnitsOnline method is first set by the service object and updated as changes are detected, such as before a StatusUpdateEvent event is raised and during the CheckHealth method.

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
CheckHealth
StatusUpdateEvent