Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NetIF_AddrHW_Get()

Get network interface’s hardware address.

...

net_if.h/net_if.c

Prototype

...

Arguments

if_nbr

Network interface number to get the hardware address.

...

Pointer to variable that will receive the return error code from this function:

NET_IF_ERR_NONE
NET_IF_ERR_NULL_PTR
NET_IF_ERR_NULL_FNCT
NET_IF_ERR_INVALID_IF
NET_IF_ERR_INVALID_CFG
NET_IF_ERR_INVALID_ADDR_LEN
NET_OS_ERR_LOCK

Returned Value

None.

Required Configuration

...