Lien radio multiple

Ce module comprend des définitions et des fonctions pour les options "multi-link".

Résumé

Typedefs

otMultiRadioNeighborInfo typedef
Représente les informations de liaisons radio multiples associées à un voisin.
otRadioLinkInfo typedef
Représente les informations associées à un lien radio.

distantes

otMultiRadioGetNeighborInfo(otInstance *aInstance, const otExtAddress *aExtAddress, otMultiRadioNeighborInfo *aNeighborInfo)
Récupère les informations de liens radio multiples associées à un voisin doté d'une adresse étendue donnée.

Structs

otMultiRadioNeighborInfo

Représente les informations de liaisons radio multiples associées à un voisin.

otRadioLinkInfo

Représente les informations associées à un lien radio.

Typedefs

otMultiRadioNeighborInfo

struct otMultiRadioNeighborInfo otMultiRadioNeighborInfo

Représente les informations de liaisons radio multiples associées à un voisin.

otRadioLinkInfo

struct otRadioLinkInfo otRadioLinkInfo

Représente les informations associées à un lien radio.

distantes

otMultiRadioGetNeighborInfo

otError otMultiRadioGetNeighborInfo(
  otInstance *aInstance,
  const otExtAddress *aExtAddress,
  otMultiRadioNeighborInfo *aNeighborInfo
)

Récupère les informations de liens radio multiples associées à un voisin doté d'une adresse étendue donnée.

OPENTHREAD_CONFIG_MULTI_RADIO doit être activé.

Détails
Paramètres
[in] aInstance
Un pointeur vers une instance OpenThread.
[in] aExtAddress
Adresse étendue du voisin.
[out] aNeighborInfo
Un pointeur vers otMultiRadioNeighborInfo pour générer les informations de voisinage (en cas de réussite).
Valeurs de retour
OT_ERROR_NONE
Voisin trouvé et aNeighborInfo mis à jour.
OT_ERROR_NOT_FOUND
Impossible de trouver un voisin avec aExtAddress.

Ressources

Les sujets de référence de l'API OpenThread proviennent du code source, disponible sur GitHub. Pour en savoir plus ou pour contribuer à notre documentation, consultez la section Ressources.