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

Method set_port

implementation/routing/src/routing_manager_client.cpp:2036–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034}
2035
2036void routing_manager_client::set_port(port_t _port) {
2037 set_sec_client_port(_port);
2038}
2039
2040bool routing_manager_client::get_connection_param(client_t _client, boost::asio::ip::address& _address, port_t& _port) {
2041 std::scoped_lock lock{consumer_mutex_};

Callers 2

inform_requestersMethod · 0.45
handle_requestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected