template <>
class WireBufferEventSender
Defined at line 1949 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 OnRegister (::fuchsia_hardware_sysmem::wire::HeapProperties properties)
This event is triggered when the [`fuchsia.hardware.sysmem/Heap`] is
registered. Properties of this `Heap` will be sent to the sysmem device
in the event.
Implementations should guarantee that this event should be sent
immediately when it binds to a channel, and this event should be
triggered only once per `Heap` instance.