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

2/27/2008

Lists the possible video region attibutes for a Remote Order Display device.

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

Syntax

'Declaration
Public Enumeration VideoAttributeCommand
public enum VideoAttributeCommand
public enum class VideoAttributeCommand
public enum VideoAttributeCommand
public enum VideoAttributeCommand

Members

Member name Description
BlinkOff Turn off blinking in the region.
BlinkOn Turn on blinking in the region.
IntensityOff Turn off foreground intensity in the region.
IntensityOn Turn on foreground intensity in the region.
ReverseOff Remove reverse video from the region.
ReverseOn Reverse video the region.
Set Set the region with the new attribute.

Remarks

Used by the UpdateVideoRegionAttribute method. Members of this enumeration replace the ROD_UA_ range of UPOS constants.

Example

UpdateVideoRegionAttribute

See Also

Reference

Microsoft.PointOfService Namespace