Multi Radio Link#

This module includes definitions and functions for multi radio link.

Modules#

otRadioLinkInfo

otMultiRadioNeighborInfo

Typedefs#

typedef struct otRadioLinkInfo

Represents information associated with a radio link.

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.


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

otMultiRadioNeighborInfo#

typedef struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo

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, <