PosPrinterBase.ValidateDataImpl(PrinterStation, String) 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.
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.