mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 23:27:46 +00:00
[netif] remove unused type LinkAddress (#4308)
This commit is contained in:
committed by
Jonathan Hui
parent
e8c64a7469
commit
11d3d9bbf2
@@ -58,26 +58,6 @@ class Ip6;
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* This class represents an IPv6 Link Address.
|
||||
*
|
||||
*/
|
||||
class LinkAddress
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Hardware types.
|
||||
*
|
||||
*/
|
||||
enum HardwareType
|
||||
{
|
||||
kEui64 = 27,
|
||||
};
|
||||
HardwareType mType; ///< Link address type.
|
||||
uint8_t mLength; ///< Length of link address.
|
||||
Mac::ExtAddress mExtAddress; ///< Link address.
|
||||
};
|
||||
|
||||
/**
|
||||
* This class implements an IPv6 network interface unicast address.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user