#include <sbgEComCmdEthernet.h>
Public Attributes | |
| sbgIpAddress | dns1 |
| sbgIpAddress | dns2 |
| sbgIpAddress | gateway |
| sbgIpAddress | ipAddress |
| SbgEComEthernetMode | mode |
| sbgIpAddress | netmask |
Structure that contains all Ethernet configuration or settings.
Definition at line 41 of file sbgEComCmdEthernet.h.
| sbgIpAddress _SbgEComEthernetConf::dns1 |
For static mode, defines the primary DNS to use.
Definition at line 47 of file sbgEComCmdEthernet.h.
| sbgIpAddress _SbgEComEthernetConf::dns2 |
For static mode, defines the secondary DNS to use.
Definition at line 48 of file sbgEComCmdEthernet.h.
| sbgIpAddress _SbgEComEthernetConf::gateway |
For static mode, defines the gateway to use.
Definition at line 46 of file sbgEComCmdEthernet.h.
| sbgIpAddress _SbgEComEthernetConf::ipAddress |
For static mode, defines the device IP address.
Definition at line 44 of file sbgEComCmdEthernet.h.
| SbgEComEthernetMode _SbgEComEthernetConf::mode |
Define how the device will acquiere its IP address, either DHCP or Static.
Definition at line 43 of file sbgEComCmdEthernet.h.
| sbgIpAddress _SbgEComEthernetConf::netmask |
For static mode, defines the device net mask.
Definition at line 45 of file sbgEComCmdEthernet.h.