MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Destination

Method Destination

lib/mdflib/include/mdf/ethmessage.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 [[nodiscard]] const std::array<uint8_t, 6>& Source() const { return source_;}
57
58 void Destination(const uint8_t destination[6]) {
59 std::copy_n( destination , destination_.size(), destination_.data() );
60 }
61 void Destination(const std::array<uint8_t,6>& destination) {
62 destination_ = destination;
63 }

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36