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:20]
yjjung
en:device_api [2019/05/27 16:33]
yjjung [BS2AuthOperatorLevel]
Line 196: Line 196:
 |BS2_SUPPORT_CARDEX ​ |0x00000002 ​ |Whether iClass SEOS card is used  | |BS2_SUPPORT_CARDEX ​ |0x00000002 ​ |Whether iClass SEOS card is used  |
 |BS2_SUPPORT_DST ​ |0x00000004 ​ |Whether daylight savings time is used | |BS2_SUPPORT_DST ​ |0x00000004 ​ |Whether daylight savings time is used |
-|BS2_SUPPORT_ALL ​ |0x00000007 ​ |Whether to provide additional full information +|BS2_SUPPORT_ALL ​ |0x00000007 ​ |Whether to provide additional full information |
-  ​|+
 </​WRAP>​ </​WRAP>​
  
Line 255: Line 254:
 </​code>​ </​code>​
 1. //id// \\  1. //id// \\ 
-장치 식별자입니다. ​\\ \\ +Device ID \\ \\ 
 2. //​reserved//​ \\  2. //​reserved//​ \\ 
-예약된 공간입니다. ​\\ \\ +Reserved space \\ \\ 
 3. //​bIPv6Mode//​ \\  3. //​bIPv6Mode//​ \\ 
-현 장치가 IP V6로 동작하는지 여부를 나타내는 flag입니다. \\ \\ +Flag to determine whether to work IPv6 mode or not. \\ \\ 
 4. //​ipv6Address//​ \\  4. //​ipv6Address//​ \\ 
-현재 장치의 IP V6 주소입니다. ​\\ \\ +IPv6 address of device ​\\ \\ 
 5. //portV6// \\  5. //portV6// \\ 
-현재 장치의 IP V6 포트 번호입니다. ​\\ \\ +IPv6 port of device ​\\ \\ 
 6. //​connectedIPV6//​ \\  6. //​connectedIPV6//​ \\ 
-장치가 연결된 서버의 IP V6 주소입니다. \\ \\ +IPv6 address of server which device is connected. \\ \\ 
 7. //​numOfAllocatedAddressV6//​ \\  7. //​numOfAllocatedAddressV6//​ \\ 
-현재 장치에 할당되어진 IP V6 주소의 갯수를 나타냅니다\\ \\ +Number of IPv6 addresses currently allocated to device
 8. //​allocatedIpAddressV6//​ \\  8. //​allocatedIpAddressV6//​ \\ 
-현재 장치에 할당되어진 IP V6 주소입니다numOfAllocatedAddressV6는 할당되어진 주소의 갯수를 나타냅니다. \\ \\+IPv6 addresses currently allocated to device.
  
 ==== BS2AuthOperatorLevel ==== ==== BS2AuthOperatorLevel ====
Line 282: 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 \\