Click or drag to resize

OpsContextProcessScannerData Method

Processes barcode scanner data.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public CommandResult ProcessScannerData(
	string barcode,
	bool manual,
	int mlBarcodeFormat = 0,
	int mlBarcodeType = 0,
	string mlBarcodeRaw = ""
)

Parameters

barcode  String
The barcode string to be processed
manual  Boolean
Indicates the barcode was manually scanned
mlBarcodeFormat  Int32  (Optional)
 
mlBarcodeType  Int32  (Optional)
 
mlBarcodeRaw  String  (Optional)
 

Return Value

CommandResult
Returns a CommandResult indicating the success of the command.
See Also