차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
ko:device_api [2022/04/13 17:06]
kkshin [BS2DeviceCapabilities]
ko:device_api [2022/08/25 09:25]
kkshin [BS2DeviceCapabilities]
줄 506: 줄 506:
  
     uint8_t intelligentPDSupported:​ 1;     uint8_t intelligentPDSupported:​ 1;
-    uint8_t ​unused12;+    uint8_t ​updateUserSupported1; 
 +    uint8_t simulatedUnlockSupported:​ 1;
     uint8_t smartCardByteOrderSupported:​ 1;     uint8_t smartCardByteOrderSupported:​ 1;
     uint8_t treatAsCSNSupported:​ 1;     uint8_t treatAsCSNSupported:​ 1;
-    uint8_t ​unused23+    uint8_t ​rtspSupported1
-     +    ​uint8_t lfdSupported:​ 1; 
-    uint8_t reserved[431];+    uint8_t visualQRSupported:​ 1; 
 + 
 +    uint8_t maxVoipExtensionNumbers;​ ///<​ 1 byte 
 +    uint8_t reserved[430];
 } BS2DeviceCapabilities;​ } BS2DeviceCapabilities;​
 </​code>​ </​code>​
줄 689: 줄 693:
 ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^ ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^
 |0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ([[configuration api#​BS2Rs485Config|BS2Rs485Config 참조]]) ​ | |0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ([[configuration api#​BS2Rs485Config|BS2Rs485Config 참조]]) ​ |
-|1  |2  |unused1 ​ |미할당 필드.  |+|1  ​|1  |updateUserSupported ​ |사용자 정보 부분 update 지원 여부. ​ | 
 +|2  |1  |simulatedUnlockSupported ​ |Simulated 버튼 열림 지원 여부.  |
 |3  |1  |smartCardByteOrderSupported ​ |smartCardByteOrder 지원 여부. ([[configuration api#​BS2CardConfig|BS2CardConfig 참조]]) ​ | |3  |1  |smartCardByteOrderSupported ​ |smartCardByteOrder 지원 여부. ([[configuration api#​BS2CardConfig|BS2CardConfig 참조]]) ​ |
 |4  |1  |treatAsCSNSupported ​ |treatAsCSN 지원 여부. ([[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig 참조]]) ​ | |4  |1  |treatAsCSNSupported ​ |treatAsCSN 지원 여부. ([[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig 참조]]) ​ |
-|5  | |unused2 ​ |미할당 필드.  | +|5  | |rtspSupported ​ |RTSP 지원 여부. ([[configuration api#​BS2RtspConfig|BS2RtspConfig 참조]]) ​ | 
-36. //​reserved//​ \\ +|6  |1  |lfdSupported ​ |LFD 지원 여부. ​ | 
 +|7  |1  |visualQRSupported ​ |Visual QR 지원 여부.  | 
 +36. //​maxVoipExtensionNumbers//​ \\  
 +확장형 VoIP의 설정 정보 중에서 내선 전화번호부에 등록된 전화번호 갯수입니다.\\ \\  
 +37. //​reserved//​ \\ 
 예약된 공간입니다.\\ \\  예약된 공간입니다.\\ \\