Ethernet for Nucleo and Disco board STM32F746 works with gcc and arm. IAC is untested

Dependents:   STM32F746_iothub_client_sample_mqtt DISCO-F746NG_Ethernet Nucleo_F746ZG_Ethernet thethingsiO-DISCO_F746NG-mqtt ... more

Embed: (wiki syntax)

« Back to documentation index

local_hostlist_entry Struct Reference

local_hostlist_entry Struct Reference

struct used for local host-list More...

#include <dns.h>

Data Fields

const char * name
 static hostname
ip_addr_t addr
 static host address in network byteorder

Detailed Description

struct used for local host-list

Definition at line 83 of file dns.h.


Field Documentation

ip_addr_t addr

static host address in network byteorder

Definition at line 87 of file dns.h.

const char* name

static hostname

Definition at line 85 of file dns.h.