Modules#

otRadioLinkInfo

otMultiRadioNeighborInfo

Multi Radio Link#

This module includes definitions and functions for multi radio link.

Typedefs#

typedef struct otRadioLinkInfo

This type represents information associated with a radio link.

This type represents multi radio link information associated with a neighbor.

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.

Typedef Documentation#

otRadioLinkInfo#

typedef struct otRadioLinkInfo otRadioLinkInfo

This type represents information associated with a radio link.


Definition at line 61 of file include/openthread/multi_radio.h

otMultiRadioNeighborInfo#

typedef struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo

This type represents multi radio link information associated with a neighbor.


Definition at line 73 of file include/openthread/multi_radio.h

Function Documentation#

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.

Parameters
[in]aInstance

A pointer to an OpenThread instance.

[in]aExtAddress

The Extended Address of neighbor.

[out]aNeighborInfo

A pointer to otMultiRadioNeighborInfo to output the neighbor info (on success).

This function requires the multi radio link feature to be enabled (please see config/radio_link.h).


Definition at line 88 of file include/openthread/multi_radio.h