otBorderRoutingRouterEntry

#include <border_routing.h>

Represents a discovered router on the infrastructure link.

Summary

Public attributes

mAddress
IPv6 address of the router.
mManagedAddressConfigFlag
bool
The router's Managed Address Config flag (M flag).
mOtherConfigFlag
bool
The router's Other Config flag (O flag).
mStubRouterFlag
bool
The router's Stub Router flag.

Public attributes

mAddress

otIp6Address otBorderRoutingRouterEntry::mAddress

IPv6 address of the router.

mManagedAddressConfigFlag

bool otBorderRoutingRouterEntry::mManagedAddressConfigFlag

The router's Managed Address Config flag (M flag).

mOtherConfigFlag

bool otBorderRoutingRouterEntry::mOtherConfigFlag

The router's Other Config flag (O flag).

mStubRouterFlag

bool otBorderRoutingRouterEntry::mStubRouterFlag

The router's Stub Router flag.

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.