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_partialupdateuserex [2022/09/07 09:58]
mark [파라미터]
en:bs2_partialupdateuserex [2022/09/07 10:30]
mark [Return Value]
Line 25: Line 25:
   * [In] ''//​mask//''​ : Mask for the part of the user you want to update   * [In] ''//​mask//''​ : Mask for the part of the user you want to update
 <WRAP group 50%> <WRAP group 50%>
-^값  ^설명 ​ ^+^Value  ^Description ​ ^
 |0x0002 ​ |User settings (personal authentication mode, validity period) ​ | |0x0002 ​ |User settings (personal authentication mode, validity period) ​ |
 |0x0004 ​ |User Name  | |0x0004 ​ |User Name  |
Line 42: Line 42:
   * [In] ''//​userCount//''​ : Number of users   * [In] ''//​userCount//''​ : Number of users
 \\ \\
-==== 반환값 ​==== +==== Return Value ==== 
-성공적으로 수행될 경우 ​''​BS_SDK_SUCCESS''​를 반환하고''​BS2_EVENT_USER_UPDATE_PARTIAL_SUCCESS''​ 이벤트가 발생됩니다. \\ +If successfully done, ''​BS_SDK_SUCCESS'' ​will be returned. If there is an errorthe corresponding error code will be returned. \\ 
-실패했을 경우 상응하는 에러 코드를 반환하고장치 발생 오류라면 ​''​BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' ​이벤트가 발생됩니다.+If it fails, it returns a corresponding error code, and if it is a device occurrence errorthe event ''​BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' ​is generated.
 \\  \\ 
-==== 함께 보기 ​====+==== See Also ====
 [[BS2_PartialUpdateUser]]\\ [[BS2_PartialUpdateUser]]\\
 [[BS2_PartialUpdateUserEx]]\\ [[BS2_PartialUpdateUserEx]]\\
Line 52: Line 52:
 [[BS2_PartialUpdateUserSmallEx]]\\ [[BS2_PartialUpdateUserSmallEx]]\\
 [[BS2_PartialUpdateUserFaceEx]] [[BS2_PartialUpdateUserFaceEx]]
-==== 샘플코드 ​==== +==== Sample Code ==== 
-[[BS2_PartialUpdateUserFaceEx]]의 샘플코드 참조 +Sample Code Reference ​[[BS2_PartialUpdateUserFaceEx]] ​