Networking_StaticIpConfiguration Struct

Header: #include <applibs/networking.h>

The static IP address configuration for a network interface.

Note

This is an alias to a versioned structure. 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;
};

Members

uint32_t z__magicAndVersion

A magic number that uniquely identifies the struct version.

struct in_addr ipAddress

The Static IP address for the interface.

struct in_addr netMask

The netmask for the static IP address.

struct in_addr gatewayAddress

The gateway address for the interface. This should be set to 0.0.0.0