MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / createMethodCall

Method createMethodCall

src/Proxy.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98MethodCall Proxy::createMethodCall(const InterfaceName& interfaceName, const MethodName& methodName) const
99{
100 return connection_->createMethodCall(destination_, objectPath_, interfaceName, methodName);
101}
102
103MethodCall Proxy::createMethodCall(const char* interfaceName, const char* methodName) const
104{

Calls

no outgoing calls