차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
ko:bs2_enrolluserex [2021/12/29 16:46]
mark [반환값]
ko:bs2_enrolluserex [2021/12/31 09:46] (현재)
mark [샘플코드]
줄 40: 줄 40:
     {     {
         Console.WriteLine("​Trying to enroll user."​);​         Console.WriteLine("​Trying to enroll user."​);​
-        ​BS2ErrorCode result = (BS2ErrorCode)API.BS2_EnrolUserEx(sdkContext,​ deviceID, userBlob, 1, 1); +        BS2ErrorCode result = (BS2ErrorCode)API.BS2_EnrollUserEx(sdkContext,​ deviceID, userBlob, 1, 1);
-        //BS2ErrorCode result = (BS2ErrorCode)API.BS2_EnrollUserEx(sdkContext,​ deviceID, userBlob, 1, 1);+
         if (result != BS2ErrorCode.BS_SDK_SUCCESS)         if (result != BS2ErrorCode.BS_SDK_SUCCESS)
         {         {