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
Next revision Both sides next revision
en:device_api [2019/05/27 16:29]
yjjung [BS2IPv6DeviceInfo]
en:device_api [2019/06/03 11:37]
yjjung [Device API]
Line 19: Line 19:
   * [[BS2_GetAllAuthOperatorLevelEx]]:​ [+ 2.6.3] Gets all device operators. (Support operator up to 1000)   * [[BS2_GetAllAuthOperatorLevelEx]]:​ [+ 2.6.3] Gets all device operators. (Support operator up to 1000)
   * [[BS2_SetAuthOperatorLevelEx]]:​ [+ 2.6.3] Sets device operator. (Support operator up to 1000)   * [[BS2_SetAuthOperatorLevelEx]]:​ [+ 2.6.3] Sets device operator. (Support operator up to 1000)
-  * [[BS2_RemoveAuthOperatorLevelEx]]:​ [+ 2.6.3] ​Remove ​specified device operator. (Support operator up to 1000) +  * [[BS2_RemoveAuthOperatorLevelEx]]:​ [+ 2.6.3] ​Removes ​specified device operator. (Support operator up to 1000) 
-  * [[BS2_RemoveAllAuthOperatorLevelEx]]:​ [+ 2.6.3] ​Remove ​all device operators. (Support operator up to 1000)+  * [[BS2_RemoveAllAuthOperatorLevelEx]]:​ [+ 2.6.3] ​Removes ​all device operators. (Support operator up to 1000)
 ===== Structure ===== ===== Structure =====
 ==== BS2SimpleDeviceInfo ==== ==== BS2SimpleDeviceInfo ====
Line 281: Line 281:
 </​code>​ </​code>​
 1. //userID// \\  1. //userID// \\ 
-사용자 식별자입니다. ​\\ \\ +User ID \\ \\ 
 2. //level// \\  2. //level// \\ 
-사용자가 인증되었을 때 식별자에 해당하는 권한을 지정합니다. \\ +Sets operator level when user authenticates. \\ 
 <WRAP group 50%> <WRAP group 50%>
-^값  ^설명 ​ ^ +^Value  ^Description ​ ^ 
-|0  |권한 없음 ​ | +|0  |No auth  | 
-|1  |관리자 권한 ​ | +|1  |Administrator level  | 
-|2  |시스템 구성을 변경할 수 있는 권한 ​ | +|2  |System configuration level  | 
-|3  |사용자 정보를 변경할 수 있는 권한 ​ |+|3  |User information lelve  |
 </​WRAP>​ </​WRAP>​
 3. //​reserved//​ \\  3. //​reserved//​ \\ 
-예약된 공간입니다. ​\\ +Reserved space \\