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

Method sendWithReply

src/Message.cpp:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851MethodReply MethodCall::sendWithReply(uint64_t timeout) const
852{
853 auto* sdbusReply = connection_->callMethod(static_cast<sd_bus_message*>(msg_), timeout);
854
855 return Factory::create<MethodReply>(sdbusReply, connection_, adopt_message);
856}
857
858MethodReply MethodCall::sendWithNoReply() const
859{

Callers

nothing calls this directly

Calls 1

callMethodMethod · 0.45

Tested by

no test coverage detected