|
sbgECom Library
5.1.708-stable
Interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComCmdEthernet.h>
Data Fields | |
| SbgEComEthernetMode | mode |
| sbgIpAddress | ipAddress |
| sbgIpAddress | netmask |
| sbgIpAddress | gateway |
| sbgIpAddress | dns1 |
| sbgIpAddress | dns2 |
Structure that contains all Ethernet configuration or settings.
| SbgEComEthernetMode _SbgEComEthernetConf::mode |
Define how the device will acquire its IP address, either DHCP or Static.
| sbgIpAddress _SbgEComEthernetConf::ipAddress |
For static mode, defines the device IP address.
| sbgIpAddress _SbgEComEthernetConf::netmask |
For static mode, defines the device net mask.
| sbgIpAddress _SbgEComEthernetConf::gateway |
For static mode, defines the gateway to use.
| sbgIpAddress _SbgEComEthernetConf::dns1 |
For static mode, defines the primary DNS to use.
| sbgIpAddress _SbgEComEthernetConf::dns2 |
For static mode, defines the secondary DNS to use.