Share via


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

2/27/2008

Enumerates the possible read back capability values.

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

Syntax

'Declaration
Public Enumeration DisplayReadBack
public enum DisplayReadBack
public enum class DisplayReadBack
public enum DisplayReadBack
public enum DisplayReadBack

Members

Member name Description
None Read back is not supported.
Single Read back of a single character at a time is supported.

Remarks

Used by the CapReadBack property. Members of this enumeration replace the DISP_CRB_NONE and DISP_CRB_SINGLE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CapReadBack