ETHFW API Guide
|
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 |
EthRemoteCfg_MsgHdr EthRemoteCfg_ResHdr::common |
Common message header containing details about the remote client.
uint32_t EthRemoteCfg_ResHdr::resType |
Response type used to denote the type of respose message.
uint32_t EthRemoteCfg_ResHdr::resId |
Response id used to compare with the request id.
int32_t EthRemoteCfg_ResHdr::status |
Status of the request.