This class implements an IPv6 network interface unicast address.
More...
#include <src/core/net/netif.hpp>
This class implements an IPv6 network interface unicast address.
§ GetAddress() [1/2]
| const Address& ot::Ip6::NetifUnicastAddress::GetAddress |
( |
void |
| ) |
const |
|
inline |
This method returns the unicast address.
- Returns
- The unicast address.
§ GetAddress() [2/2]
| Address& ot::Ip6::NetifUnicastAddress::GetAddress |
( |
void |
| ) |
|
|
inline |
This method returns the unicast address.
- Returns
- The unicast address.
§ GetNext() [1/2]
This method returns the next unicast address assigned to the interface.
- Returns
- A pointer to the next unicast address.
§ GetNext() [2/2]
This method returns the next unicast address assigned to the interface.
- Returns
- A pointer to the next unicast address.
§ GetScope()
| uint8_t ot::Ip6::NetifUnicastAddress::GetScope |
( |
void |
| ) |
const |
|
inline |
This method returns the IPv6 scope value.
- Returns
- The IPv6 scope value.
The documentation for this class was generated from the following file: