Share via


RemoteOrderDisplay.VideoModesList Property

2/27/2008

Gets the video modes supported for the video unit specified by the CurrentUnitId property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property VideoModesList As VideoMode()
public abstract VideoMode[] VideoModesList { get; }
public:
virtual property array<VideoMode>^ VideoModesList {
    array<VideoMode>^ get () abstract;
}
/** @property */
public abstract VideoMode[] get_VideoModesList ()
public abstract function get VideoModesList () : VideoMode[]

Remarks

The Mode ID values are determined by the remote order display system. The Mode ID is used to initialize the VideoMode property for each video unit online.

VideoModesList is typically initialized to the video modes list supported by each video unit online when the device is first enabled. It should then be 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
RemoteOrderDisplay.CurrentUnitId Property
RemoteOrderDisplay.VideoMode Property