Gets the barcode with the specified name.

<void> BarcodeCollection.getItemByName(<RequestBarcodeFrameCallback> callback, [<ErrorCallback> errorCallback], <string> name)

Parameters

Parameter Description
callback Receives the requested barcode or null if no barcode with the specified name exists.
errorCallback Optional. Is called when the operation failed with an error.
name The barcode's name.