ETHFW API Guide
EthRemoteCfg_ResHdr Struct Reference

Detailed Description

Command response message structure.

Structure of every command response message, which consists of common message header, command id (resType), response id (resId) and command status.

Data Fields

EthRemoteCfg_MsgHdr common
 
uint32_t resType
 
uint32_t resId
 
int32_t status
 

Field Documentation

◆ common

EthRemoteCfg_MsgHdr EthRemoteCfg_ResHdr::common

Common message header containing details about the remote client.

◆ resType

uint32_t EthRemoteCfg_ResHdr::resType

Response type used to denote the type of respose message.

◆ resId

uint32_t EthRemoteCfg_ResHdr::resId

Response id used to compare with the request id.

◆ status

int32_t EthRemoteCfg_ResHdr::status

Status of the request.