ETHFW API Guide
EthRemoteCfg_PingRes Struct Reference

Detailed Description

Response params for ETHREMOTECFG_CMD_MESSAGE_PING command.

This structure holds some ping data which will be recieved back to the client by the server.

Data Fields

EthRemoteCfg_ResHdr hdr
 
uint32_t data [ETHREMOTECFG_MESSAGE_DATA_LEN]
 

Field Documentation

◆ hdr

EthRemoteCfg_ResHdr EthRemoteCfg_PingRes::hdr

Response message common header.

◆ data

uint32_t EthRemoteCfg_PingRes::data[ETHREMOTECFG_MESSAGE_DATA_LEN]

Data which will be responded back by the server.