mFrame
載入中...
搜尋中...
無符合項目
UARTEventTransfer.h
1
7#ifndef HAL_4DC8702A_119D_4444_AC76_BE736044C70E
8#define HAL_4DC8702A_119D_4444_AC76_BE736044C70E
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace hal::serial {
23 struct UARTEventTransfer;
24} // namespace hal::serial
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
35 /* *************************************************************************************
36 * Method
37 */
38
46 virtual bool onTransfer(uint8& data) abstract;
47};
48
49/* ***************************************************************************************
50 * End of file
51 */
52
53#endif /* HAL_4DC8702A_119D_4444_AC76_BE736044C70E */
Definition IIC.h:25
[Interface]同步非同步收發器接收事件。
Definition UARTEventTransfer.h:34
virtual bool onTransfer(uint8 &data) override
傳輸緩衝空事件。
Definition Interface.h:134