MCPcopy Create free account
hub / github.com/COVESA/vsomeip / set_message

Method set_message

implementation/protocol/src/send_command.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void send_command::set_message(const std::vector<byte_t>& _message) {
61
62 message_ = std::move(_message);
63}
64
65void send_command::serialize(std::vector<byte_t>& _buffer) const {
66

Callers 1

send_localMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected