MCPcopy Create free account
hub / github.com/Beckhoff/ADS / IpV4

Method IpV4

AdsLib/Sockets.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97IpV4::IpV4(const std::string &addr)
98 : value(getIpv4(addr))
99{
100}
101
102IpV4::IpV4(uint32_t __val)
103 : value(__val)

Callers

nothing calls this directly

Calls 1

getIpv4Function · 0.85

Tested by

no test coverage detected