ETHFW API Guide
EthRemoteCfg_PortLinkStatusRes Struct Reference

Detailed Description

Response params for ETHREMOTECFG_CMD_PORT_LINK_STATUS command.

Response to a periodic request sent by the client for a given virtual port where the server sends back the link status and the config params (link speed, duplexity) of the port.

Data Fields

EthRemoteCfg_ResHdr hdr
 
bool isLinked
 
uint32_t speed
 
uint32_t duplexity
 

Field Documentation

◆ hdr

EthRemoteCfg_ResHdr EthRemoteCfg_PortLinkStatusRes::hdr

Response message common header.

◆ isLinked

bool EthRemoteCfg_PortLinkStatusRes::isLinked

Link status of the port.

◆ speed

uint32_t EthRemoteCfg_PortLinkStatusRes::speed

Link speed.

◆ duplexity

uint32_t EthRemoteCfg_PortLinkStatusRes::duplexity

Duplexity.