SOEM  v1.4.0
Data Fields
eoe_param_t Struct Reference

#include <ethercateoe.h>

Data Fields

uint8_t mac_set: 1
 
uint8_t ip_set: 1
 
uint8_t subnet_set: 1
 
uint8_t default_gateway_set: 1
 
uint8_t dns_ip_set: 1
 
uint8_t dns_name_set: 1
 
eoe_ethaddr_t mac
 
eoe_ip4_addr_t ip
 
eoe_ip4_addr_t subnet
 
eoe_ip4_addr_t default_gateway
 
eoe_ip4_addr_t dns_ip
 
char dns_name [EOE_DNS_NAME_LENGTH]
 

Detailed Description

EoE IP request structure, storage only, no need to pack

Field Documentation

◆ default_gateway

eoe_ip4_addr_t eoe_param_t::default_gateway

◆ default_gateway_set

uint8_t eoe_param_t::default_gateway_set

◆ dns_ip

eoe_ip4_addr_t eoe_param_t::dns_ip

◆ dns_ip_set

uint8_t eoe_param_t::dns_ip_set

◆ dns_name

char eoe_param_t::dns_name[EOE_DNS_NAME_LENGTH]

◆ dns_name_set

uint8_t eoe_param_t::dns_name_set

◆ ip

eoe_ip4_addr_t eoe_param_t::ip

◆ ip_set

uint8_t eoe_param_t::ip_set

◆ mac

eoe_ethaddr_t eoe_param_t::mac

◆ mac_set

uint8_t eoe_param_t::mac_set

◆ subnet

eoe_ip4_addr_t eoe_param_t::subnet

◆ subnet_set

uint8_t eoe_param_t::subnet_set

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