Share via


LineDisplay.CapBlink Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the character blink capability of the Line Display device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapBlink As DisplayBlink
public abstract DisplayBlink CapBlink { get; }
public:
virtual property DisplayBlink CapBlink {
    DisplayBlink get () abstract;
}
/** @property */
public abstract DisplayBlink get_CapBlink ()
public abstract function get CapBlink () : DisplayBlink

Remarks

Possible values are defined by the DisplayBlink enumeration. Valid values are as follows:

Value

Meaning

None

The Line Display device does not support blinking. The value is 0.

All

The Line Display supports blinking for the display. The service object sets the 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.

CapBlink is typically set by the service object, based on the capabilities of the device.

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

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
DisplayBlink Enumeration