20 #ifndef __SBG_ECOM_CMD_ETHERNET_H__ 21 #define __SBG_ECOM_CMD_ETHERNET_H__ SbgErrorCode sbgEComEthernetSetConf(SbgEComHandle *pHandle, const SbgEComEthernetConf *pEthernetConf)
sbgIpAddress dns1
Definition: sbgEComCmdEthernet.h:47
struct _SbgEComEthernetConf SbgEComEthernetConf
Definition: sbgEComCmdEthernet.h:34
sbgIpAddress ipAddress
Definition: sbgEComCmdEthernet.h:44
_SbgEComEthernetMode
Definition: sbgEComCmdEthernet.h:32
enum _SbgEComEthernetMode SbgEComEthernetMode
Definition: sbgEComCmdEthernet.h:41
sbgIpAddress dns2
Definition: sbgEComCmdEthernet.h:48
sbgIpAddress gateway
Definition: sbgEComCmdEthernet.h:46
SbgEComEthernetMode mode
Definition: sbgEComCmdEthernet.h:43
Definition: sbgEComCmdEthernet.h:35
SbgErrorCode sbgEComEthernetInfo(SbgEComHandle *pHandle, SbgEComEthernetConf *pEthernetConf)
sbgIpAddress netmask
Definition: sbgEComCmdEthernet.h:45
SbgErrorCode sbgEComEthernetGetConf(SbgEComHandle *pHandle, SbgEComEthernetConf *pEthernetConf)
This file groups all common definitions required by all commands.