地址
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[+Zigbee30+EmberZnet]]
&color(red){※This article is based on EmberZnet SDK 6.7.5...
#contents
* 概要 [#s1483e6a]
在 Zigbee 网络中,可以使用 Zigbee MAC 地址(长地址)来区...
用户可以直接在产品中使用这个 EUI64 地址,除此之外,用户也...
[[地址修改方法参考>++EmberZnet++开发环境#b8d440dc]]
* API [#oe052931]
** 源码解析 [#y9812a99]
\zigbee_applications\zigbee_optimize_bootup_rejoin\src\a...
#codeprettify{{
// We declare this variable 'const' but NOT const. Those...
// this variable would also have to declare it const in o...
// correctly, which is not the case (e.g. emberFindKeyTab...
const EmberEUI64 emberAfNullEui64 = { 0, 0, 0, 0, 0, 0, 0...
}}
** emberAfGetEui64 [#ie5fa7e6]
获取当前的 MAC 地址
#codeprettify{{
EmberEUI64 eui64;
emberAfGetEui64(eui64);
}}
&ref(ZigBee.png);
#hr();
Comment:
#comment_kcaptcha
終了行:
[[+Zigbee30+EmberZnet]]
&color(red){※This article is based on EmberZnet SDK 6.7.5...
#contents
* 概要 [#s1483e6a]
在 Zigbee 网络中,可以使用 Zigbee MAC 地址(长地址)来区...
用户可以直接在产品中使用这个 EUI64 地址,除此之外,用户也...
[[地址修改方法参考>++EmberZnet++开发环境#b8d440dc]]
* API [#oe052931]
** 源码解析 [#y9812a99]
\zigbee_applications\zigbee_optimize_bootup_rejoin\src\a...
#codeprettify{{
// We declare this variable 'const' but NOT const. Those...
// this variable would also have to declare it const in o...
// correctly, which is not the case (e.g. emberFindKeyTab...
const EmberEUI64 emberAfNullEui64 = { 0, 0, 0, 0, 0, 0, 0...
}}
** emberAfGetEui64 [#ie5fa7e6]
获取当前的 MAC 地址
#codeprettify{{
EmberEUI64 eui64;
emberAfGetEui64(eui64);
}}
&ref(ZigBee.png);
#hr();
Comment:
#comment_kcaptcha
ページ名: