ControlAddIn BarcodeScannerProviderAddIn
Namespace: System.Device
The failure reason for the barcode scanner.
Methods
RequestBarcodeScannerAsync
This method is used to request the barcode scanner.
procedure RequestBarcodeScannerAsync()
RequestBarcodeScannerAsync
This method is used to request the barcode scanner.
procedure RequestBarcodeScannerAsync(IntentAction: Text, IntentCategory: Text, DataString: Text, DataFormat: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| IntentAction | Text |
The intent action to which the barcode scanner receiver is registered. |
| IntentCategory | Text |
The intent category to which the barcode scanner receiver is registered. |
| DataString | Text |
The intent data string key to which the barcode data is added. |
| DataFormat | Text |
The intent data format key to which the barcode format is added. |