차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
|
ko:bs2_removeallauthgroup [2017/06/28 11:37] 127.0.0.1 바깥 편집 |
ko:bs2_removeallauthgroup [2022/06/27 15:55] (현재) mark [함께 보기] |
||
|---|---|---|---|
| 줄 19: | 줄 19: | ||
| ==== 함께 보기 ==== | ==== 함께 보기 ==== | ||
| [[BS2_GetAuthGroup]]\\ [[BS2_GetAllAuthGroup]]\\ [[BS2_SetAuthGroup]]\\ [[BS2_RemoveAuthGroup]] | [[BS2_GetAuthGroup]]\\ [[BS2_GetAllAuthGroup]]\\ [[BS2_SetAuthGroup]]\\ [[BS2_RemoveAuthGroup]] | ||
| + | |||
| + | C# | ||
| + | <code cpp> | ||
| + | Console.WriteLine("Trying to remove all access gruops from device."); | ||
| + | result = (BS2ErrorCode)API.BS2_RemoveAllAccessGroup(sdkContext, deviceID); | ||
| + | Marshal.FreeHGlobal(authGroupIDObj); | ||
| + | BS2_ReleaseObject(uidObj); | ||
| + | </code> | ||