Multi Radio Link#
This module includes definitions and functions for multi radio link.
Modules#
Typedefs#
typedef struct otRadioLinkInfo
Represents information associated with a radio link.
typedef struct otMultiRadioNeighborInfo
Represents multi radio link information associated with a neighbor.
Functions#
otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
Gets the multi radio link information associated with a neighbor with a given Extended Address.
Typedef Documentation#
otRadioLinkInfo#
typedef struct otRadioLinkInfo otRadioLinkInfo
Represents information associated with a radio link.
otMultiRadioNeighborInfo#
typedef struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo
Represents multi radio link information associated with a neighbor.
Function Documentation#
otMultiRadioGetNeighborInfo#
otError otMultiRadioGetNeighborInfo (otInstance * aInstance, const otExtAddress * aExtAddress, otMultiRadioNeighborInfo * aNeighborInfo)
Gets the multi radio link information associated with a neighbor with a given Extended Address.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
otInstance * | [in] | aInstance | A pointer to an OpenThread instance. |
const otExtAddress * | [in] | aExtAddress | The Extended Address of neighbor. |
otMultiRadioNeighborInfo * | [out] | aNeighborInfo | A pointer to |
OPENTHREAD_CONFIG_MULTI_RADIO
must be enabled.