mFrame
載入中...
搜尋中...
無符合項目
UARTEventReceiver.h
1
7#ifndef HAL_80C38AB2_E345_4070_A70C_33CDAE8910D7
8#define HAL_80C38AB2_E345_4070_A70C_33CDAE8910D7
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace hal::serial {
23 struct UARTEventReceiver;
24} // namespace hal::serial
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
30 /* *************************************************************************************
31 * Method
32 */
33
41 virtual bool onReceiver(const uint8 data) abstract;
42};
43
44/* ***************************************************************************************
45 * End of file
46 */
47
48#endif /* HAL_80C38AB2_E345_4070_A70C_33CDAE8910D7 */
Definition IIC.h:25
Definition UARTEventReceiver.h:29
virtual bool onReceiver(const uint8 data) override
接收緩衝滿事件。
Definition Interface.h:134