Configuration API > BS2_SetCardConfigEx
장치의 iClass SEOS 카드 설정 정보를 저장합니다.
#include "BS_API.h" int BS2_SetCardConfigEx(void* context, uint32_t deviceId, BS2CardConfigEx* config);
context
: ContextdeviceId
: 장치 식별자config
: 스마트 카드 설정 정보 포인터
성공적으로 수행될 경우 BS_SDK_SUCCESS
를 반환하고, 에러가 발생힐 경우 상응하는 에러 코드를 반환합니다.