多电台链接
本模块包含多电台链接的定义和函数。
摘要
类型定义符 |
|
---|---|
otMultiRadioNeighborInfo
|
typedefstruct otMultiRadioNeighborInfo
表示与相邻项关联的多电台链接信息。 |
otRadioLinkInfo
|
typedefstruct otRadioLinkInfo
表示与电台链接关联的信息。 |
函数 |
|
---|---|
otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
|
获取与具有指定扩展地址的邻居相关联的多电台链接信息。
|
结构体 |
|
---|---|
otMultiRadioNeighborInfo |
表示与相邻项关联的多电台链接信息。 |
otRadioLinkInfo |
表示与电台链接关联的信息。 |
类型定义符
函数
otMultiRadioGetNeighborInfo
otError otMultiRadioGetNeighborInfo( otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo )
获取与具有指定扩展地址的邻居相关联的多电台链接信息。
必须启用“OPENTHREAD_CONFIG_MULTI_RADIO
”。
具体说明 | |||||||
---|---|---|---|---|---|---|---|
参数 |
|
||||||
返回值 |
|
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。