11 static const size_t NUM_PORTS_MAX = 128;
12 static const uint16_t PORT_BASE = 30000;
13 static_assert(NUM_PORTS_MAX + PORT_BASE <= UINT16_MAX,
"Port limit is out of range");
16 virtual long GetLocalAddress(uint16_t port,
AmsAddr* pAddr) = 0;
The complete address of an ADS device can be stored in this structure.
Definition: AdsDef.h:237