This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

User Management API > BS2_EnrollUserEx


[+ 2.6.3] 새로운 사용자를 등록합니다.
영국식 표현인 BS2_EnrolUserEx와 기능은 동일합니다.

함수

#include "BS_API.h"
 
int BS2_EnrollUserEx(void* context, uint32_t deviceId, BS2UserBlobEx* userBlob, uint32_t userCount, uint8_t overwrite);

파라미터

  • [In] context : Context
  • [In] deviceId : 장치 식별자
  • [In] userBlob : 등록하고자 하는 사용자 정보
  • [In] userCount : 사용자 개수
  • [In] overwrite : 중복된 사용자 덮어쓰기 여부

반환값

성공적으로 수행될 경우 BS_SDK_SUCCESS를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다.

함께 보기