Share via


RemoteOrderDisplay.EventUnits Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets device unit(s).

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

Syntax

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

Remarks

When an OutputCompleteEvent, output ErrorEvent, or StatusUpdateEvent event is raised, the EventUnits property contains the unit(s).

The EventUnits property 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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
OutputCompleteEvent
ErrorEvent