Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_assigned
Method
set_assigned
implementation/protocol/src/assign_client_ack_command.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void assign_client_ack_command::set_assigned(client_t _assigned) {
57
58
assigned_ = _assigned;
59
}
60
61
client_t read_client_id(byte_t const* _data, uint32_t _size) {
62
client_t id{VSOMEIP_CLIENT_UNSET};
Callers
1
add_connection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected