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

Method set_connected

implementation/endpoints/src/server_endpoint_impl.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template<typename Protocol>
79void server_endpoint_impl<Protocol>::set_connected(bool _connected) {
80 (void)_connected;
81}
82
83template<typename Protocol>
84bool server_endpoint_impl<Protocol>::send(const uint8_t* _data, uint32_t _size) {

Callers 1

on_connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected