차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
ko:log_management_api [2018/02/25 20:44]
kkshin [BS2Event]
ko:log_management_api [2018/03/07 21:57]
kkshin [BS2Event]
줄 61: 줄 61:
     };     };
     uint8_t param;     uint8_t param;
-    (DEPRECATED)BS2_BOOL image; ​   ///< 1 byte Deperecated 2.6.0 +#ifdef LESS_THAN_SDK_2_6_0 
-    uint8_t image: 1;              ///< 1 bit Supported ​DST from 2.6.0 +    ​BS2_BOOL image; ​        ​// Deprecated in V2.6.0 
-    uint8_t isDST: 1;              ///<​ 1 bit Supported DST from 2.6.0 +#else 
-    uint8_t half: 1;               ///< 1 bit Supported DST from 2.6.0 +    uint8_t image: 1;       ​// bit 단위 분할하여 image 및 DST 지원 
-    uint8_t hour: 4;               ///< 4 bit Supported DST from 2.6.0 +    uint8_t isDST: 1; 
-    uint8_t negative: 1;           ///< 1 bit Supported DST from 2.6.0+    uint8_t half: 1; 
 +    uint8_t hour: 4; 
 +    uint8_t negative: 1; 
 +#endif
 } BS2Event; } BS2Event;
 </​code>​ </​code>​