mFrame
載入中...
搜尋中...
無符合項目
Version.h
1
7#ifndef CHIP_F5882B51_AA4F_45F7_84B8_81674BBCEB59
8#define CHIP_F5882B51_AA4F_45F7_84B8_81674BBCEB59
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::port {
23 struct Version;
24} // namespace chip::port
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
30 uint16 feature;
31 uint8 minor;
32 uint8 major;
33};
34
35/* ***************************************************************************************
36 * End of file
37 */
38
39#endif /* CHIP_F5882B51_AA4F_45F7_84B8_81674BBCEB59 */
Definition Config.h:36
Definition Version.h:29
uint16 feature
Definition Version.h:30
uint8 minor
Definition Version.h:31
uint8 major
Definition Version.h:32