Porting Guide
For users who have an existing Zebra Enterprise Browser web app, many of the functions from Zebra's Barcode Module can be adjusted for use with the Datalogic Enterprise Browser JavaScript SDK.
Many of the Zebra scanner properties of EB.Barcode
have equivalent Datalogic scanner properties found in the BcdPropIds
object. Note that while the Zebra scanner properties can be accessed as either data members of EB.Barcode
or through member functions, the Datalogic Properties can only be accessed through member functions using the constant values from BcdPropIds
.
The following table summarizes which Zebra functions are supported by the Datalogic JavaScript SDK.
Zebra Function | Datalogic Support |
---|---|
addConnectionListener | ❌ |
barcode_recognize | ❌ |
commandRemoteScanner | ❌ |
disable | ✔ |
enable | ✔ |
enumerate | ❌ |
getAllProperties | ✔ |
getautoCharacterSetPreference | ❌ |
getDefault | ❌ |
getProperties | ✔ |
getProperty | ✔ |
getSupportedProperties | ✔ |
isParamSupported |