template <>
class WireSyncClientImpl
Defined at line 1374 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.handlerights.test/cpp/fidl/llcpptest.handlerights.test/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::llcpptest_handlerights_test::HandleRights>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::SyncGetHandleWithTooFewRights> SyncGetHandleWithTooFewRights ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::AsyncGetHandleWithTooFewRights> AsyncGetHandleWithTooFewRights ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::SyncGetHandleWithTooManyRights> SyncGetHandleWithTooManyRights ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::AsyncGetHandleWithTooManyRights> AsyncGetHandleWithTooManyRights ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::SyncGetHandleWithWrongType> SyncGetHandleWithWrongType ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_handlerights_test::HandleRights::AsyncGetHandleWithWrongType> AsyncGetHandleWithWrongType ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus SendEventWithTransferAndSignal (::zx::event && h)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus SendChannel (::zx::channel && h)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.