ETHFW API Guide
|
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 |
EthRemoteCfg_ResHdr EthRemoteCfg_PortLinkStatusRes::hdr |
Response message common header.
bool EthRemoteCfg_PortLinkStatusRes::isLinked |
Link status of the port.
uint32_t EthRemoteCfg_PortLinkStatusRes::speed |
Link speed.
uint32_t EthRemoteCfg_PortLinkStatusRes::duplexity |
Duplexity.