OpsContextProcessScannerData Method |
Processes barcode scanner data.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic 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
CommandResultReturns a CommandResult indicating the success of the command.
See Also