sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
_SbgEComEthernetConf Struct Reference

#include <sbgEComCmdEthernet.h>

Data Fields

SbgEComEthernetMode mode
 
sbgIpAddress ipAddress
 
sbgIpAddress netmask
 
sbgIpAddress gateway
 
sbgIpAddress dns1
 
sbgIpAddress dns2
 

Detailed Description

Structure that contains all Ethernet configuration or settings.

Field Documentation

◆ mode

SbgEComEthernetMode _SbgEComEthernetConf::mode

Define how the device will acquire its IP address, either DHCP or Static.

◆ ipAddress

sbgIpAddress _SbgEComEthernetConf::ipAddress

For static mode, defines the device IP address.

◆ netmask

sbgIpAddress _SbgEComEthernetConf::netmask

For static mode, defines the device net mask.

◆ gateway

sbgIpAddress _SbgEComEthernetConf::gateway

For static mode, defines the gateway to use.

◆ dns1

sbgIpAddress _SbgEComEthernetConf::dns1

For static mode, defines the primary DNS to use.

◆ dns2

sbgIpAddress _SbgEComEthernetConf::dns2

For static mode, defines the secondary DNS to use.


The documentation for this struct was generated from the following file: