Click or drag to resize

OpsContextProcessScannerData Method

Processes barcode scanner data.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public CommandResult ProcessScannerData(
	string barcode,
	bool manual
)

Parameters

barcode
Type: SystemString
The barcode string to be processed
manual
Type: SystemBoolean
Indicates the barcode was manually scanned

Return Value

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