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

Method createMethodCall

src/Connection.cpp:509–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509MethodCall Connection::createMethodCall( const ServiceName& destination
510 , const ObjectPath& objectPath
511 , const InterfaceName& interfaceName
512 , const MethodName& methodName ) const
513{
514 return Connection::createMethodCall(destination.c_str(), objectPath.c_str(), interfaceName.c_str(), methodName.c_str());
515}
516
517MethodCall Connection::createMethodCall( const char* destination
518 , const char* objectPath

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected