차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
ko:device_api [2021/09/11 14:20]
kkshin [BS2SimpleDeviceInfoEx]
ko:device_api [2022/04/13 17:06]
kkshin [BS2DeviceCapabilities]
줄 506: 줄 506:
  
     uint8_t intelligentPDSupported:​ 1;     uint8_t intelligentPDSupported:​ 1;
-    uint8_t unused2: ​7;+    ​uint8_t unused1: 2; 
 +    uint8_t smartCardByteOrderSupported:​ 1; 
 +    uint8_t treatAsCSNSupported:​ 1; 
 +    ​uint8_t unused2: ​3;
     ​     ​
     uint8_t reserved[431];​     uint8_t reserved[431];​
줄 685: 줄 688:
 장치가 지원 가능한 시스템 정보를 bit 단위로 아래와 같이 나타냅니다. \\ 장치가 지원 가능한 시스템 정보를 bit 단위로 아래와 같이 나타냅니다. \\
 ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^ ^비트위치 ​ ^비트 수  ^멤버명 ​ ^설명 ​ ^
-|0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ​ | +|0  |1  |intelligentPDSupported ​ |Intelligent PD 지원 여부. ​([[configuration api#​BS2Rs485Config|BS2Rs485Config 참조]]) ​ | 
-|1  | ​|unused2 ​ |미할당 필드. ​ |+|1  |2  |unused1 ​ |미할당 필드. ​ | 
 +|3  |1  |smartCardByteOrderSupported ​ |smartCardByteOrder 지원 여부. ([[configuration api#​BS2CardConfig|BS2CardConfig 참조]]) ​ | 
 +|4  |1  |treatAsCSNSupported ​ |treatAsCSN 지원 여부. ([[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig 참조]]) ​ | 
 +|5  |3  ​|unused2 ​ |미할당 필드. ​ |
 36. //​reserved//​ \\  36. //​reserved//​ \\ 
 예약된 공간입니다.\\ \\  예약된 공간입니다.\\ \\