MCPcopy Create free account
hub / github.com/apache/qpid-proton / offered_capabilities

Method offered_capabilities

cpp/src/connection.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::vector<symbol> connection::offered_capabilities() const {
197 value caps(pn_connection_remote_offered_capabilities(pn_object()));
198 return get_multiple<std::vector<symbol> >(caps);
199}
200
201std::vector<symbol> connection::desired_capabilities() const {
202 value caps(pn_connection_remote_desired_capabilities(pn_object()));

Callers 3

on_connection_openMethod · 0.45
on_connection_openMethod · 0.45

Tested by 2

on_connection_openMethod · 0.36