template <>

class WireWeakOnewayClientImpl

Defined at line 1965 of file fidling/gen/sdk/fidl/fuchsia.hardware.sysmem/fuchsia.hardware.sysmem/cpp/fidl/fuchsia.hardware.sysmem/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus RegisterHeap (uint64_t heap, ::fidl::ClientEnd< ::fuchsia_hardware_sysmem::Heap> && heap_connection)

Takes the client end of a FIDL connection that'll serve

fuchsia.sysmem2.Heap.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus RegisterSecureMem (::fidl::ClientEnd< ::fuchsia_sysmem2::SecureMem> && secure_mem_connection)

Takes the client end of a FIDL connection that'll serve

fuchsia.sysmem2.SecureMem, which is a protocol that's specific to

sysmem

<

->securemem concerns.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.