Click or drag to resize

RearDisplay Class

This object provides encapsulated access to the customer display
Inheritance Hierarchy
SystemObject
  Micros.OpsRearDisplay

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class RearDisplay

The RearDisplay type exposes the following members.

Constructors
  NameDescription
Public methodRearDisplay
Initializes a new instance of the RearDisplay class
Top
Properties
  NameDescription
Public propertyAvailable
This is true if a customer display is available
Public propertyColumns
The number of columns available. 0 if no display available.
Public propertyRows
The number of rows available. 0 if no display available.
Top
Methods
  NameDescription
Public methodClear
Clears the customer display. No operation if no customer display.
Public methodDisplay
Displays the array of text.
Top
See Also