[+ V2.8]
Write the character strings to use QR code in the structure BS2CSN Card for X-Station 2
Available QR Code Data of X-Station 2 QR is up to 32 characters with the printable ASCII code from 32 (space) to 126(~) in ASCII table.
#include "BS_API.h" int BS2_WriteQRCode(const char* qrText, BS2CSNCard* card);
qrText
: Character string setting as QR Codecard
: Structure pointer of BS2CSNCard with applied QR Code
If successfully done, BS_SDK_SUCCESS
will be returned.
If there is not supported character string, the error code BS_SDK_ERROR_INVALID_PARAM will be returned.