Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:bs2_setcustomcardconfig [2023/08/31 21:29] kkshin [Sample Code(C++)] |
en:bs2_setcustomcardconfig [2023/08/31 21:38] (current) kkshin [Sample Code(C++)] |
||
|---|---|---|---|
| Line 47: | Line 47: | ||
| } | } | ||
| - | int sdkResult = cc.getCustomCardConfig(id, config); | + | sdkResult = cc.getCustomCardConfig(id, config); |
| if (BS_SDK_SUCCESS != sdkResult) | if (BS_SDK_SUCCESS != sdkResult) | ||
| return sdkResult; | return sdkResult; | ||