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

Method RouterAccess

AdsLib/RouterAccess.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67RouterAccess::RouterAccess(const std::string &gw, const AmsNetId netid,
68 const uint16_t port)
69 : device(gw, netid, port ? port : 1)
70{
71}
72
73bool RouterAccess::PciScan(const uint64_t pci_id, std::ostream &os) const
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected