This component will create and read QR codes.
The QR Code DLL contains the list of functions to create and read QR codes. The user provides the folder path, text message, height & width of the QR code image to create a QR code or QR file path to read the QR code. The respective function is called from the QR Code DLL and the output is returned.
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
str_Message(Input) -Text Message to be encrypted in QR code
str_FolderPath(Input) - Folder where QR code image file will be created
int_Height(Input) - Height of QR Code image in Pixels
int_Width(Input) - Width of QR Code image in Pixels
str_QRFilePath(input) - QR Code image file path
str_OutputResult(Outout) - Function output result
bool_ErrorStatus(Output) - True if any exception occurs, else False.