Share via


LineDisplayBase.CapBlinkRate Property

2/27/2008

If true, the device’s blink rate can be controlled, and the application uses the BlinkRate property to indicate the rate at which the display blinks.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapBlinkRate As Boolean
public override bool CapBlinkRate { get; }
public:
virtual property bool CapBlinkRate {
    bool get () override;
}
/** @property */
public boolean get_CapBlinkRate ()
public override function get CapBlinkRate () : boolean

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.CapBlinkRate.

CapBlinkRate is initialized to false by the LineDisplayProperties class. The service object should update CapBlinkRate to an appropriate value in its Open method.

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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.CapBlinkRate Property