SOEM
v1.4.0
|
#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] |
EoE IP request structure, storage only, no need to pack
eoe_ip4_addr_t eoe_param_t::default_gateway |
uint8_t eoe_param_t::default_gateway_set |
eoe_ip4_addr_t eoe_param_t::dns_ip |
uint8_t eoe_param_t::dns_ip_set |
char eoe_param_t::dns_name[EOE_DNS_NAME_LENGTH] |
uint8_t eoe_param_t::dns_name_set |
eoe_ip4_addr_t eoe_param_t::ip |
uint8_t eoe_param_t::ip_set |
eoe_ethaddr_t eoe_param_t::mac |
uint8_t eoe_param_t::mac_set |
eoe_ip4_addr_t eoe_param_t::subnet |
uint8_t eoe_param_t::subnet_set |