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

Method get_remote_address

implementation/endpoints/src/client_endpoint_impl.cpp:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701
702template<typename Protocol>
703bool client_endpoint_impl<Protocol>::get_remote_address(boost::asio::ip::address& _address) const {
704
705 (void)_address;
706 return false;
707}
708
709template<typename Protocol>
710std::uint16_t client_endpoint_impl<Protocol>::get_remote_port() const {

Callers 4

expire_servicesMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected