Multi Radio Link
This module includes definitions and functions for multi radio link.
Summary
Typedefs |
|
---|---|
otMultiRadioNeighborInfo
|
typedefstruct otMultiRadioNeighborInfo
This type represents multi radio link information associated with a neighbor. |
otRadioLinkInfo
|
typedefstruct otRadioLinkInfo
This type represents information associated with a radio link. |
Functions |
|
---|---|
otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
|
This function gets the multi radio link information associated with a neighbor with a given Extended Address.
|
Structs |
|
---|---|
otMultiRadioNeighborInfo |
This type represents multi radio link information associated with a neighbor. |
otRadioLinkInfo |
This type represents information associated with a radio link. |
Typedefs
otMultiRadioNeighborInfo
struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo
This type represents multi radio link information associated with a neighbor.
otRadioLinkInfo
struct otRadioLinkInfo otRadioLinkInfo
This type represents information associated with a radio link.
Functions
otMultiRadioGetNeighborInfo
otError otMultiRadioGetNeighborInfo( otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo )
This function gets the multi radio link information associated with a neighbor with a given Extended Address.
This function requires the multi radio link feature to be enabled (please see config/radio_link.h
).
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
||||||
Return Values |
|
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.