Share via


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

2/27/2008

Gets or sets event types.

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

Syntax

'Declaration
Public MustOverride Property EventType As RemoteOrderDisplayEventTypes
public abstract RemoteOrderDisplayEventTypes EventType { get; set; }
public:
virtual property RemoteOrderDisplayEventTypes EventType {
    RemoteOrderDisplayEventTypes get () abstract;
    void set (RemoteOrderDisplayEventTypes value) abstract;
}
/** @property */
public abstract RemoteOrderDisplayEventTypes get_EventType ()

/** @property */
public abstract void set_EventType (RemoteOrderDisplayEventTypes value)
public abstract function get EventType () : RemoteOrderDisplayEventTypes

public abstract function set EventType (value : RemoteOrderDisplayEventTypes)

Remarks

EventType is used to selectively indicate which event types are to be raised by the DataEvent, for all video units online.

EventType is typically initialized to all defined event types. It should then be kept current by the service object while the device is enabled.

Accessing EventType may cause a PosControlException to be thrown with the following ErrorCode:

Value

Description

Illegal

An illegal event type value was specified. The ErrorString property is updated before return.

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
DataEvent