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

2/27/2008

Enumerates the valid line display blink capabilities for a Line Display device.

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

Syntax

'Declaration
Public Enumeration DisplayBlink
public enum DisplayBlink
public enum class DisplayBlink
public enum DisplayBlink
public enum DisplayBlink

Members

Member name Description
All The line display supports blinking for the entire display. The service object sets the entire contents of the display to blink or to be in a steady state.
Each The line display supports blinking for each character. The service object can set each character to blink individually or to be in a steady state.
None The line display device does not support blinking; the value is 0 (zero).

Remarks

Used by the CapBlink property. Members of this enumeration replace the DSP_CB_NOBLINK, DSP_CB_BLINKALL, and DSB_CB_BLINKEACH UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CapBlink