|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
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. | |
Decoded IPv4 address/netmask/gateway triple.
Definition at line 257 of file protocol.h.
| std::string profinet::IPConfiguration::address |
IPv4 address, e.g. "192.168.1.1".
Definition at line 260 of file protocol.h.
| std::string profinet::IPConfiguration::gateway |
IPv4 default gateway.
Definition at line 266 of file protocol.h.
| std::string profinet::IPConfiguration::netmask |
IPv4 subnet mask, e.g. "255.255.255.0".
Definition at line 263 of file protocol.h.