Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:bs2_writeqrcode [2021/06/06 19:28]
kateyu [BS2_WriteQRCode]
en:bs2_writeqrcode [2021/09/07 16:33]
kkshin removed
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
- 
 ~~NOTOC~~ ~~NOTOC~~
 [[smartcard_api]] > [[BS2_WriteQRCode]] [[smartcard_api]] > [[BS2_WriteQRCode]]
Line 7: Line 5:
  
 ===== BS2_WriteQRCode ===== ===== BS2_WriteQRCode =====
-[+ 2.8] Write the character strings to use QR code in the structure BS2CSN Card for ''​X-Station 2''​\\+''​[+ 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. 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.
 ==== Declaration ==== ==== Declaration ====
Line 20: Line 18:
 </​callout>​ </​callout>​
 ==== Parameter ==== ==== Parameter ====
-  * [In] ''//​qrText//''​ : Character ​stting ​as QR CodeĀ +  * [In] ''//​qrText//''​ : Character ​string setting ​as QR CodeĀ 
-  * [Out] ''//​card//''​ : CSN Card Structure pointer with applied QR Code+  * [Out] ''//​card//''​ : Structure pointer ​of BS2CSNCard ​with applied QR Code
 ==== Return Value ==== ==== Return Value ====
 If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. 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. If there is not supported character string, the error code BS_SDK_ERROR_INVALID_PARAM will be returned.