PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::IPConfiguration Struct Reference

Decoded IPv4 address/netmask/gateway triple. More...

#include <protocol.h>

+ Collaboration diagram for profinet::IPConfiguration:

Public Attributes

std::string address
 IPv4 address, e.g. "192.168.1.1".
 
std::string netmask
 IPv4 subnet mask, e.g. "255.255.255.0".
 
std::string gateway
 IPv4 default gateway.
 

Detailed Description

Decoded IPv4 address/netmask/gateway triple.

Definition at line 257 of file protocol.h.

Member Data Documentation

◆ address

std::string profinet::IPConfiguration::address

IPv4 address, e.g. "192.168.1.1".

Definition at line 260 of file protocol.h.

◆ gateway

std::string profinet::IPConfiguration::gateway

IPv4 default gateway.

Definition at line 266 of file protocol.h.

◆ netmask

std::string profinet::IPConfiguration::netmask

IPv4 subnet mask, e.g. "255.255.255.0".

Definition at line 263 of file protocol.h.


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