ETHFW API Guide
EthRemoteCfg_MsgHdr Struct Reference

Detailed Description

Message header structure.

Header structure for any type of messages: request, response and notify.

Data Fields

uint32_t token
 
uint32_t clientId
 
uint32_t msgType
 

Field Documentation

◆ token

uint32_t EthRemoteCfg_MsgHdr::token

Unique token to identify all operations related to this client.

◆ clientId

uint32_t EthRemoteCfg_MsgHdr::clientId

Unique client identity for all remote core applications defined by EthRemoteCfg_ClientId.

◆ msgType

uint32_t EthRemoteCfg_MsgHdr::msgType

Describes if it is a request, response or notify message.