Share via


PosPrinterBase.PrintNormalImpl(PrinterStation, PrinterState, String) Method

Definition

Method implemented by service objects to process PrintNormal requests.

protected abstract Microsoft.PointOfService.BaseServiceObjects.PrintResults PrintNormalImpl (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.BaseServiceObjects.PrinterState printerState, string data);
abstract member PrintNormalImpl : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.BaseServiceObjects.PrinterState * string -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected MustOverride Function PrintNormalImpl (station As PrinterStation, printerState As PrinterState, data As String) As PrintResults

Parameters

station
PrinterStation

The PrinterStation to be used.

printerState
PrinterState

The current state of the printer object at the time of the call.

data
String

The data to be printed.

Returns

Applies to