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

Method cdata

AdsTool/main.cpp:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 uint32_t leDirectoryLength;
649 uint32_t leCommandlineLength;
650 const uint8_t *cdata() const
651 {
652 return reinterpret_cast<const uint8_t *>(
653 &leApplicationLength);
654 }
655 } header = {
656 bhf::ads::htole<uint32_t>(application.length()),
657 bhf::ads::htole<uint32_t>(directory.length()),

Callers 1

RunStartProcessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected