차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
ko:configuration_api [2020/02/13 16:23]
kkshin
ko:configuration_api [2020/02/13 16:25]
kkshin [BS2DesFireCardConfigEx]
줄 1883: 줄 1883:
 16. //​allocatedGatewayV6//​ \\  16. //​allocatedGatewayV6//​ \\ 
 현재 장치에 할당되어진 IP V6 게이트웨이 주소입니다. numOfAllocatedGatewayV6는 할당되어진 게이트웨이 주소의 갯수를 나타냅니다.\\ 현재 장치에 할당되어진 IP V6 게이트웨이 주소입니다. numOfAllocatedGatewayV6는 할당되어진 게이트웨이 주소의 갯수를 나타냅니다.\\
 +\\
  
 ==== BS2DesFireCardConfigEx ==== ==== BS2DesFireCardConfigEx ====
 <code cpp> <code cpp>
 typedef struct { typedef struct {
- uint8_t appMasterKey[16];​ +    ​uint8_t appMasterKey[16];​ 
- uint8_t fileReadKey[16];​ +    uint8_t fileReadKey[16];​ 
- uint8_t fileWriteKey[16];​ +    uint8_t fileWriteKey[16];​ 
- uint8_t fileReadKeyNumber;​ +    uint8_t fileReadKeyNumber;​ 
- uint8_t fileWriteKeyNumber;​ +    uint8_t fileWriteKeyNumber;​ 
- uint8_t reserved[2];​+    uint8_t reserved[2];​
 } BS2DesFireAppLevelKey; ​                ///<​ 52 bytes } BS2DesFireAppLevelKey; ​                ///<​ 52 bytes
  
 typedef struct { typedef struct {
- BS2DesFireAppLevelKey desfireAppKey; ​   ///< 52 bytes +    ​BS2DesFireAppLevelKey desfireAppKey; ​   ///< 52 bytes 
- uint8_t reserved[16];​+    uint8_t reserved[16];​
 } BS2DesFireCardConfigEx; ​                  ///<​ 68 bytes } BS2DesFireCardConfigEx; ​                  ///<​ 68 bytes
 </​code>​ </​code>​