KWZXing Object

This namespace enables use of the ZXing application, which allows the tablet's camera to serve as a barcode reader. With this namespace, additional values can be sent to ZXing for performing specific actions.

Functions

Type Signature
void reset()
This function can be used to reset the intent that starts the ZXing application.
void putExtraString(string name, string value)
This function can be used to add to the intent that starts the ZXing application.
void putExtraInt(string name, int value)
This function can be used to add to the intent that starts the ZXing application.
void putExtraLong(string name, long value)
This function can be used to add to the intent that starts the ZXing application.
void putExtraFloat(string name, float value)
This function can be used to add to the intent that starts the ZXing application.
void putExtraDouble(string name, double value)
This function can be used to add to the intent that starts the ZXing application.
void putExtraBoolean(string name, bool value)
This function can be used to add to the intent that starts the ZXing application.
void removeExtra(string name)
This function can be used to remove values from the intent that starts the ZXing application.
void open()
This function can be used to open the ZXing application.
void close()
This function can be used to bring KioWare for Android back on top.
string getCodes()
This function can be used to return code values from the ZXing application.