mFrame
載入中...
搜尋中...
無符合項目
VersionInfo.h
1
7#ifndef CHIP_13D9719F_D2E4_4377_B19D_425AA69F498F
8#define CHIP_13D9719F_D2E4_4377_B19D_425AA69F498F
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::gpio {
23 struct VersionInfo;
24} // namespace chip::gpio
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_13D9719F_D2E4_4377_B19D_425AA69F498F */
Definition gpio/Count.h:22
Definition VersionInfo.h:29
uint8 minor
Definition VersionInfo.h:31
uint8 major
Definition VersionInfo.h:32
uint16 feature
Definition VersionInfo.h:30