ETHFW API Guide
EthRemoteCfg_PingReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_MESSAGE_PING command.

This structure holds some ping data which will be sent back to the client.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint32_t data [ETHREMOTECFG_MESSAGE_DATA_LEN]
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_PingReq::hdr

Request message common header.

◆ data

uint32_t EthRemoteCfg_PingReq::data[ETHREMOTECFG_MESSAGE_DATA_LEN]

Data which will be responded back by the server.