Callback
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[+Zigbee30+EmberZnet]]
&color(red){※This article is based on EmberZnet SDK 6.7.5...
#contents
* Non-cluster related [#t413c9eb]
** 初始化时的 [#u9487868]
*** emberAfMainTickCallback [#fafdcbef]
#codeprettify{{
/** @brief Main Tick
*
* Whenever main application tick is called, this callbac...
*
*/
void emberAfMainTickCallback(void);
}}
*** emberAfMainInitCallback [#u3812e82]
#codeprettify{{
/** @brief Main Init
*
* This function is called from the application's main fu...
* Any code that you would normally put into the top of t...
*
* This is called before the clusters, plugins, and the n...
*
* Note:
* No callback in the Application Framework is associated...
* we expect that you will use the standard Posix system ...
* If you use the signal() function to register your sign...
* please make sure that you call the returned function f...
*/
void emberAfMainInitCallback(void);
}}
** emberAfPreCommandReceivedCallback [#y1c9cf3a]
emberAfPreCommandReceivedCallback(EmberAfClusterCommand*...
为了便于使用,回调接口在AppBuilder GUI中划分为多个部分。...
所有全局命令都属于这个类别。Zigbee应用程序框架包含全局命...
示例:
预命令接收回调 emberAfPreCommandReceivedCallback 在接收到...
#hr();
Comment:
#comment_kcaptcha
終了行:
[[+Zigbee30+EmberZnet]]
&color(red){※This article is based on EmberZnet SDK 6.7.5...
#contents
* Non-cluster related [#t413c9eb]
** 初始化时的 [#u9487868]
*** emberAfMainTickCallback [#fafdcbef]
#codeprettify{{
/** @brief Main Tick
*
* Whenever main application tick is called, this callbac...
*
*/
void emberAfMainTickCallback(void);
}}
*** emberAfMainInitCallback [#u3812e82]
#codeprettify{{
/** @brief Main Init
*
* This function is called from the application's main fu...
* Any code that you would normally put into the top of t...
*
* This is called before the clusters, plugins, and the n...
*
* Note:
* No callback in the Application Framework is associated...
* we expect that you will use the standard Posix system ...
* If you use the signal() function to register your sign...
* please make sure that you call the returned function f...
*/
void emberAfMainInitCallback(void);
}}
** emberAfPreCommandReceivedCallback [#y1c9cf3a]
emberAfPreCommandReceivedCallback(EmberAfClusterCommand*...
为了便于使用,回调接口在AppBuilder GUI中划分为多个部分。...
所有全局命令都属于这个类别。Zigbee应用程序框架包含全局命...
示例:
预命令接收回调 emberAfPreCommandReceivedCallback 在接收到...
#hr();
Comment:
#comment_kcaptcha
ページ名: