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

Method get_protocol_version

implementation/message/src/message_base_impl.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77protocol_version_t message_base_impl::get_protocol_version() const {
78 return header_.protocol_version_;
79}
80
81void message_base_impl::set_protocol_version(protocol_version_t _protocol_version) {
82 header_.protocol_version_ = _protocol_version;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected