mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 13:10:08 +00:00
Remove Netif name and rely on enumerated Interface Id's for netif. (#833)
* Remove Netif name and rely on enumerated Interface Id's for netif.
This commit is contained in:
@@ -843,6 +843,14 @@ typedef struct otNetifAddress
|
||||
struct otNetifAddress *mNext; ///< A pointer to the next network interface address.
|
||||
} otNetifAddress;
|
||||
|
||||
/**
|
||||
* This enumeration represents the list of allowable values for an InterfaceId.
|
||||
*/
|
||||
typedef enum otNetifInterfaceId
|
||||
{
|
||||
OT_NETIF_INTERFACE_ID_THREAD = 1, ///< The Thread Network interface ID.
|
||||
} otNetifInterfaceId;
|
||||
|
||||
/**
|
||||
* This structure represents data used by Semantically Opaque IID Generator.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user