차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
ko:device_api [2021/09/11 14:20]
kkshin [BS2SimpleDeviceInfoEx]
ko:device_api [2022/08/25 09:25]
kkshin [BS2DeviceCapabilities]
줄 506: 줄 506:
  
     uint8_t intelligentPDSupported:​ 1;     uint8_t intelligentPDSupported:​ 1;
-    uint8_t ​unused27+    uint8_t ​updateUserSupported1
-     +    ​uint8_t simulatedUnlockSupported:​ 1; 
-    uint8_t reserved[431];+    uint8_t smartCardByteOrderSupported:​ 1; 
 +    uint8_t treatAsCSNSupported:​ 1; 
 +    uint8_t rtspSupported:​ 1; 
 +    uint8_t lfdSupported:​ 1; 
 +    uint8_t visualQRSupported:​ 1; 
 + 
 +    uint8_t maxVoipExtensionNumbers;​ ///<​ 1 byte 
 +    uint8_t reserved[430];
 } BS2DeviceCapabilities;​ } BS2DeviceCapabilities;​
 </​code>​ </​code>​
줄 685: 줄 692:
 장치가 지원 가능한 시스템 정보를 bit 단위로 아래와 같이 나타냅니다. \\ 장치가 지원 가능한 시스템 정보를 bit 단위로 아래와 같이 나타냅니다. \\
 ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^ ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^
-|0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ​ | +|0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ​([[configuration api#​BS2Rs485Config|BS2Rs485Config 참조]]) ​ | 
-|1  |7  |unused2 ​ |미할당 필드.  | +|1  ​|1  |updateUserSupported ​ |사용자 정보 부분 update 지원 여부. ​ | 
-36. //​reserved//​ \\ +|2  |1  |simulatedUnlockSupported ​ |Simulated 버튼 열림 지원 여부. ​ | 
 +|3  |1  |smartCardByteOrderSupported ​ |smartCardByteOrder 지원 여부. ([[configuration api#​BS2CardConfig|BS2CardConfig 참조]]) ​ | 
 +|4  |1  |treatAsCSNSupported ​ |treatAsCSN 지원 여부. ([[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig 참조]]) ​ | 
 +|5  |1  |rtspSupported ​ |RTSP 지원 여부. ([[configuration api#​BS2RtspConfig|BS2RtspConfig 참조]]) ​ | 
 +|6  |1  |lfdSupported ​ |LFD 지원 여부. ​ | 
 +|7  | |visualQRSupported ​ |Visual QR 지원 여부.  | 
 +36. //​maxVoipExtensionNumbers//​ \\  
 +확장형 VoIP의 설정 정보 중에서 내선 전화번호부에 등록된 전화번호 갯수입니다.\\ \\  
 +37. //​reserved//​ \\ 
 예약된 공간입니다.\\ \\  예약된 공간입니다.\\ \\