RemoteOrderDisplay.DisplayData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the characters in data starting at the location that is specified by row and column, and continues in succeeding columns on the video unit(s) indicated in the units parameter.
public abstract void DisplayData (Microsoft.PointOfService.DeviceUnits units, int row, int column, Microsoft.PointOfService.VideoAttributes attribute, string data);
abstract member DisplayData : Microsoft.PointOfService.DeviceUnits * int * int * Microsoft.PointOfService.VideoAttributes * string -> unit
Public MustOverride Sub DisplayData (units As DeviceUnits, row As Integer, column As Integer, attribute As VideoAttributes, data As String)
Parameters
- units
- DeviceUnits
The video units to operate on.
- row
- Int32
The start row for the text.
- column
- Int32
The start column for the text.
- attribute
- VideoAttributes
The video attribute.
- data
- String
The string of characters to display.