多电台链接
此模块包含多电台链接的定义和函数。
摘要
类型定义符 |
|
---|---|
otMultiRadioNeighborInfo
|
typedefstruct otMultiRadioNeighborInfo
这种类型表示与邻居相关联的多个无线电链路信息。 |
otRadioLinkInfo
|
typedefstruct otRadioLinkInfo
该类型表示与电台链接相关的信息。 |
函数 |
|
---|---|
otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
|
此函数可获取与具有给定扩展地址的邻居相关联的多无线装置链接信息。
|
结构体 |
|
---|---|
otMultiRadioNeighborInfo |
这种类型表示与邻居相关联的多个无线电链路信息。 |
otRadioLinkInfo |
该类型表示与电台链接相关的信息。 |
类型定义符
otMultiRadioNeighborInfo
struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo
这种类型表示与邻居相关联的多个无线电链路信息。
函数
otMultiRadioGetNeighborInfo
otError otMultiRadioGetNeighborInfo( otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo )
此函数可获取与具有给定扩展地址的邻居相关联的多无线装置链接信息。
此功能需要启用多无线电链路功能(请参阅 config/radio_link.h
)。
详情 | |||||||
---|---|---|---|---|---|---|---|
参数 |
|
||||||
返回值 |
|
资源
OpenThread API 参考主题源自源代码,可在 GitHub 上找到。 如需了解详情或为我们的文档做贡献,请参阅资源。