zebra_barcode_reader

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zebra barcode reader

Zebra Barcode Reader plugin #

The Unified Zebra Barcode library for Android library that adds a comprehensive set of APIs to easily
create powerful applications for Zebra Barcode Handheld readers and Fixed readers.
Barcode SDK for Android includes class library, sample apps and source code to enable developers to
easily build apps that take full advantage of the power of Zebra devices.
Wraps platform-specific persistent storage for simple data
(NSUserDefaults on iOS and macOS, SharedPreferences on Android, etc.).
Data may be persisted to disk asynchronously,
and there is no guarantee that writes will be persisted to disk after
returning, so this plugin must not be used for storing critical data.




Android




Support
SDK 23+



Supported Devices #

HandHeld Readers #

RFD40XX
RFD90XX
MC33XXR
RFD8500

Fixed Readers #

FX7500
FX9600

Usage #
Examples #
Here are small examples that show you how to use the API.
Barcode Reader Connection

// Obtain shared preferences.
final ZebraBarcodeReader reader = await ZebraBarcodeReader.getInstance();

// Connect to device
await reader.connect();
// Disconnect to device
await reader.disconnect();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.