Struct Networking_StaticIpConfigurationNetworking_StaticIpConfiguration Struct
Intestazione: #include <applibs/networking.h>Header: #include <applibs/networking.h>
Configurazione dell'indirizzo IP statico per un'interfaccia di rete.The static IP address configuration for a network interface.
Nota
Questo è un alias per una struttura con versione.This is an alias to a versioned structure. Definire NETWORKING_STRUCTS_VERSION per usare questo alias.Define NETWORKING_STRUCTS_VERSION to use this alias.
struct Networking_StaticIpConfiguration {
uint32_t z__magicAndVersion;
struct in_addr ipAddress;
struct in_addr netMask;
struct in_addr gatewayAddress;
};
MembersMembers
uint32_t z__magicAndVersionuint32_t z__magicAndVersion
Numero chiave che identifica in modo univoco la versione di uno struct.A magic number that uniquely identifies the struct version.
struct in_addr ipAddressstruct in_addr ipAddress
Indirizzo IP statico per l'interfaccia.The Static IP address for the interface.
struct in_addr netMaskstruct in_addr netMask
Netmask per l'indirizzo IP statico.The netmask for the static IP address.
struct in_addr gatewayAddressstruct in_addr gatewayAddress
Indirizzo del gateway per l'interfaccia.The gateway address for the interface. Questo deve essere impostato su 0.0.0.0This should be set to 0.0.0.0