| 13 | #define ECADS_IGRP_MASTER_DC_STAT 0x2f |
| 14 | |
| 15 | MasterDcStatAccess::MasterDcStatAccess(const std::string &gw, AmsNetId netId, |
| 16 | const uint16_t port) |
| 17 | : device(gw, netId, port ? port : uint16_t(0xffff)) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | long MasterDcStatAccess::Activate() const |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected