ETHFW API Guide
EthRemoteCfg_IoctlRes Struct Reference

Detailed Description

Response params for ETHREMOTECFG_CMD_IOCTL command.

This is response structure for EthRemoteCfg_IoctlReq.

Data Fields

EthRemoteCfg_ResHdr hdr
 
uint32_t cmd
 
uint32_t outArgsLen
 
uint64_t outArgs [(ETHREMOTECFG_IOCTL_OUTARGS_LEN/sizeof(uint64_t))]
 

Field Documentation

◆ hdr

EthRemoteCfg_ResHdr EthRemoteCfg_IoctlRes::hdr

Response message common header.

◆ cmd

uint32_t EthRemoteCfg_IoctlRes::cmd

Enet LLD IOCTL command id. Refer Enet LLD documentation for list of available IOCTLs.

◆ outArgsLen

uint32_t EthRemoteCfg_IoctlRes::outArgsLen

Enet LLD IOCTL command output arguments length.

◆ outArgs

uint64_t EthRemoteCfg_IoctlRes::outArgs[(ETHREMOTECFG_IOCTL_OUTARGS_LEN/sizeof(uint64_t))]

Enet LLD IOCTL command output arguments. Byte array is typecast to the outArgs structure associated with the IOCTL.