Gets the barcode with the specified name.
<void> BarcodeCollection.getItemByName(<RequestBarcodeFrameCallback> callback, [<ErrorCallback> errorCallback], <string> name)| Parameter | Description |
|---|---|
| callback | Receives the requested barcode or null if no barcode with the specified name exists. |
| error |
Optional. Is called when the operation failed with an error. |
| name | The barcode's name. |