開發平台(Platform):
GCC
額外使用到的函數庫(Library Used):
Arduino.h for x86 (made by Intel)
問題(Question):
我在 Library 內看到
typedef void SmartThingsCallout_t(String message);
想請教當我使用 SmartThingsCallout_t *_calloutFunction;
所代表的含意是甚麼?或是未使用 typedef 的寫法可能是甚麼?
我知道此部分的 Code 的用途是做 Function 呼叫
(在 Library 所定義的物件內做邏輯判斷後,呼叫在 main 定義的 Function )