Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_enrolluserex [2019/05/17 11:28] yjjung created |
en:bs2_enrolluserex [2020/10/22 15:19] (current) kkshin |
||
|---|---|---|---|
| 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~~ | ||
| Line 7: | Line 6: | ||
| ===== BS2_EnrollUserEx ===== | ===== BS2_EnrollUserEx ===== | ||
| - | [+ 2.6.3] 새로운 사용자를 등록합니다.\\ | + | [+ 2.6.3] Enrolls new user\\ |
| - | 영국식 표현인 [[user_management_api#BS2_EnrolUserEx]]와 기능은 동일합니다. | + | It has the same functionality as [[user_management_api # BS2_EnrolUserEx]]. (Only spelling is changed) \\ |
| - | \\ | + | <WRAP tip 70%> |
| - | ==== 함수 ==== | + | **Tip**\\ |
| + | Please use [[BS2_EnrollUserFaceEx]] for user enrollment to <wrap em>FaceStation F2</wrap>. | ||
| + | </WRAP> | ||
| + | ==== Declaration ==== | ||
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| Line 18: | Line 20: | ||
| <callout type="info"> | <callout type="info"> | ||
| - | [[user management api#BS2UserBlobEx|BS2UserBlobEx 구조체 보기]] | + | [[user management api#BS2UserBlobEx|See BS2UserBlobEx structure]] |
| </callout> | </callout> | ||
| - | ==== 파라미터 ==== | + | ==== Parameter ==== |
| * [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
| - | * [In] ''//deviceId//'' : 장치 식별자 | + | * [In] ''//deviceId//'' : Device ID |
| - | * [In] ''//userBlob//'' : 등록하고자 하는 사용자 정보 | + | * [In] ''//userBlob//'' : User information trying to enroll |
| - | * [In] ''//userCount//'' : 사용자 개수 | + | * [In] ''//userCount//'' : Number of users |
| - | * [In] ''//overwrite//'' : 중복된 사용자 덮어쓰기 여부 | + | * [In] ''//overwrite//'' : Whether to overwrite duplicated user |
| - | ==== 반환값 ==== | + | ==== Return Value ==== |
| - | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | + | If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ |
| + | If there is an error, the corresponding error code will be returned. | ||
| \\ | \\ | ||
| - | ==== 함께 보기 ==== | + | ==== See Also ==== |
| [[BS2_GetUserList]]\\ | [[BS2_GetUserList]]\\ | ||
| [[BS2_RemoveUser]]\\ | [[BS2_RemoveUser]]\\ | ||