共用方式為


PosPrinterBase.ValidateDataImpl(PrinterStation, String) Method

Definition

Method implemented by the service object to process ValidateData requests.

protected abstract void ValidateDataImpl (Microsoft.PointOfService.PrinterStation station, string data);
abstract member ValidateDataImpl : Microsoft.PointOfService.PrinterStation * string -> unit
Protected MustOverride Sub ValidateDataImpl (station As PrinterStation, data As String)

Parameters

station
PrinterStation

The PrinterStation for which the data will be validated.

data
String

The data that will be validated for the specified PrinterStation.

Applies to