LineDisplay.CapReadBack Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the capability of the Line Display device to read back the data displayed on it.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapReadBack As DisplayReadBack
public abstract DisplayReadBack CapReadBack { get; }
public:
virtual property DisplayReadBack CapReadBack {
DisplayReadBack get () abstract;
}
/** @property */
public abstract DisplayReadBack get_CapReadBack ()
public abstract function get CapReadBack () : DisplayReadBack
Remarks
Possible values are defined by the DisplayReadBack enumeration.
CapReadBack is 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
DisplayReadBack Enumeration