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

Method MasterDcStatAccess

AdsLib/MasterDcStatAccess.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#define ECADS_IGRP_MASTER_DC_STAT 0x2f
14
15MasterDcStatAccess::MasterDcStatAccess(const std::string &gw, AmsNetId netId,
16 const uint16_t port)
17 : device(gw, netId, port ? port : uint16_t(0xffff))
18{
19}
20
21long MasterDcStatAccess::Activate() const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected