차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
ko:bs2_getsupportedusermask [2021/12/30 13:09]
mark [샘플코드]
ko:bs2_getsupportedusermask [2021/12/30 13:10] (현재)
mark [샘플코드]
줄 45: 줄 45:
  
             Console.WriteLine("​Trying to get supported user mask"​);​             Console.WriteLine("​Trying to get supported user mask"​);​
-            BS2ErrorCode result = (BS2ErrorCode)API.**BS2_GetSupportedUserMask**__밑줄 글씨__(sdkContext,​ deviceID, out userMask);+            BS2ErrorCode result = (BS2ErrorCode)API.BS2_GetSupportedUserMask(sdkContext,​ deviceID, out userMask);
             if (result == BS2ErrorCode.BS_SDK_SUCCESS)             if (result == BS2ErrorCode.BS_SDK_SUCCESS)
             {             {