ETHFW API Guide
EthRemoteCfg_AllocMacRes Struct Reference

Detailed Description

Response params for ETHREMOTECFG_CMD_ALLOC_MAC command.

This response holds the information of the allocated MAC address for the given virtual port.

Data Fields

EthRemoteCfg_ResHdr hdr
 
uint8_t macAddr [ETHREMOTECFG_MACADDRLEN]
 

Field Documentation

◆ hdr

EthRemoteCfg_ResHdr EthRemoteCfg_AllocMacRes::hdr

Response message common header.

◆ macAddr

uint8_t EthRemoteCfg_AllocMacRes::macAddr[ETHREMOTECFG_MACADDRLEN]

Allocated MAC address.