template <>

class NaturalEventSender

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

Public Methods

::fit::result< ::fidl::OneWayError> OnRegister (const ::fuchsia_hardware_sysmem::HeapOnRegisterRequest & payload)

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.