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