mFrame
載入中...
搜尋中...
無符合項目
IICEventReceiver.h
1
7#ifndef HAL_F29886D2_1800_4417_8EE8_A901E6A6CD09
8#define HAL_F29886D2_1800_4417_8EE8_A901E6A6CD09
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace hal::serial {
23 struct IICEventReceiver;
24} // namespace hal::serial
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
37 virtual bool onReceiver(const uint8 data) abstract;
38};
39
40/* ***************************************************************************************
41 * End of file
42 */
43
44#endif /* HAL_F29886D2_1800_4417_8EE8_A901E6A6CD09 */
Definition IIC.h:25
Definition IICEventReceiver.h:29
virtual bool onReceiver(const uint8 data) override
Definition Interface.h:134