![]() |
ETHFW API Guide
|
Command request message structure.
Structure of every request message which consists of common message header, command id (reqType) and a request id (reqId).
Data Fields | |
| EthRemoteCfg_MsgHdr | common |
| uint32_t | reqType |
| uint32_t | reqId |
| EthRemoteCfg_MsgHdr EthRemoteCfg_ReqHdr::common |
Common message header containing details about the remote client.
| uint32_t EthRemoteCfg_ReqHdr::reqType |
Request type used to denote the type of request message.
| uint32_t EthRemoteCfg_ReqHdr::reqId |
Request id used to compare with respone id, starts from zero and increments for each request.