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
en:bs2_partialupdateuser [2022/09/07 09:32]
mark [파라미터]
en:bs2_partialupdateuser [2024/05/28 17:26] (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~~
 [[user_management_api]] > [[BS2_PartialUpdateUser]] [[user_management_api]] > [[BS2_PartialUpdateUser]]
Line 36: Line 34:
 |0x0200 ​ |Jobcode ​ | |0x0200 ​ |Jobcode ​ |
 |0x0400 ​ |Private Message ​ | |0x0400 ​ |Private Message ​ |
-|0x0800 ​ |Face ''​(FSF2, BS3)'' ​ | +|0x0800 ​ |Face ''​(Visual Face Support)'' ​ | 
-|0x1000 ​ |User setting ''​(FSF2, BS3)'' ​ |+|0x1000 ​ |User setting ''​(Visual Face Support)'' ​ |
 </​WRAP>​ </​WRAP>​
   * [In] ''//​userBlob//''​ : Partial information about the user you want to renew   * [In] ''//​userBlob//''​ : Partial information about the user you want to renew
   * [In] ''//​userCount//''​ : Number of users   * [In] ''//​userCount//''​ : Number of users
 \\ \\
-==== 반환값 ​==== +==== Return Value ==== 
-성공적으로 수행될 경우 ​''​BS_SDK_SUCCESS''​를 반환하고, ​''​BS2_EVENT_USER_UPDATE_PARTIAL_SUCCESS'' ​이벤트가 발생됩니다. \\ +If successful, return ​''​BS_SDK_SUCCESS'' ​and generate ​''​BS2_EVENT_USER_UPDATE_PARTIAL_SUCCESS'' ​event. \\ 
-실패했을 경우 상응하는 에러 코드를 반환하고장치 발생 오류라면 ​''​BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' ​이벤트가 발생됩니다. +If it failsit returns a corresponding error code, and if it is a device occurrence error, the event ''​BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' ​is generated.\\  
-\\  +==== See Also ====
-==== 함께 보기 ​====+
 [[BS2_PartialUpdateUser]]\\ [[BS2_PartialUpdateUser]]\\
 [[BS2_PartialUpdateUserEx]]\\ [[BS2_PartialUpdateUserEx]]\\
Line 52: Line 49:
 [[BS2_PartialUpdateUserSmallEx]]\\ [[BS2_PartialUpdateUserSmallEx]]\\
 [[BS2_PartialUpdateUserFaceEx]] [[BS2_PartialUpdateUserFaceEx]]
-==== 샘플코드 ​==== +==== Sample Code ==== 
-[[BS2_PartialUpdateUserFaceEx]]의 샘플코드 참조+Refer to the [[BS2_PartialUpdateUserFaceEx]]