LLDP peer information from PDPortDataReal.
More...
#include <blocks.h>
|
| std::string | MacStr () const |
| | Format MacAddress as a colon-separated string.
|
| |
| bool | operator== (const PeerInfo &) const =default |
| | Compares two PeerInfo for equality.
|
| |
LLDP peer information from PDPortDataReal.
Definition at line 92 of file blocks.h.
◆ MacStr()
| std::string profinet::blocks::PeerInfo::MacStr |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool profinet::blocks::PeerInfo::operator== |
( |
const PeerInfo & |
| ) |
const |
|
default |
Compares two PeerInfo for equality.
Two PeerInfo are equal when all scalar configuration fields are equal.
◆ chassisId
| std::string profinet::blocks::PeerInfo::chassisId |
Peer's LLDP chassis ID.
Definition at line 98 of file blocks.h.
◆ macAddress
| std::array<std::uint8_t, macAddressLength> profinet::blocks::PeerInfo::macAddress {} |
◆ portId
| std::string profinet::blocks::PeerInfo::portId |
Peer's LLDP port ID.
Definition at line 95 of file blocks.h.
The documentation for this struct was generated from the following file: