RemoteOrderDisplayEventTypes Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Lists the possible event types for touch video input on a Remote Order Display device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration RemoteOrderDisplayEventTypes
[FlagsAttribute] 
public enum RemoteOrderDisplayEventTypes
[FlagsAttribute] 
public enum class RemoteOrderDisplayEventTypes
/** @attribute FlagsAttribute() */ 
public enum RemoteOrderDisplayEventTypes
FlagsAttribute 
public enum RemoteOrderDisplayEventTypes

Members

Member name Description
TouchDown Touch occurred in the down direction.
TouchMove Touch direction moved.
TouchUp Touch occurred in the up direction.

Remarks

Used by the EventType and CapTouch properties. Members of this enumeration replace the ROD_DE_TOUCH_UP, ROD_DE_TOUCH_DOWN, and ROD_DE_TOUCH_MOVE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
RemoteOrderDisplay.CapTouch Property
RemoteOrderDisplay.DataEvent Event