ETHFW API Guide
EthRemoteCfg_DeviceData Struct Reference

Detailed Description

Ethernet device data.

The framework will return the below device data to the remote client.

Data Fields

EthRemoteCfg_NotifyHdr hdr
 
EthRemoteCfg_FwVerInfo fwVer
 
uint64_t permissionFlags
 
uint32_t uartConnected
 
uint32_t uartId
 

Field Documentation

◆ hdr

EthRemoteCfg_NotifyHdr EthRemoteCfg_DeviceData::hdr

Notify message common header.

◆ fwVer

EthRemoteCfg_FwVerInfo EthRemoteCfg_DeviceData::fwVer

Ethernet device Firmware version info.

◆ permissionFlags

uint64_t EthRemoteCfg_DeviceData::permissionFlags

Flag indicating permission enabled for each command for the connecting client.

◆ uartConnected

uint32_t EthRemoteCfg_DeviceData::uartConnected

Flag indicating if UART is connected: 1 indicates UART connected, 0 indicates UART not connected.

◆ uartId

uint32_t EthRemoteCfg_DeviceData::uartId

UART ID used by firmware for log prints.