template <>
class AsyncEventHandler
Defined at line 342 of file fidling/gen/sdk/fidl/fuchsia.hardware.sysmem/fuchsia.hardware.sysmem/cpp/fidl/fuchsia.hardware.sysmem/cpp/natural_messaging.h
Public Methods
void AsyncEventHandler ()
Defined at line 346 of file fidling/gen/sdk/fidl/fuchsia.hardware.sysmem/fuchsia.hardware.sysmem/cpp/fidl/fuchsia.hardware.sysmem/cpp/natural_messaging.h
void OnRegister (::fidl::Event< ::fuchsia_hardware_sysmem::Heap::OnRegister> & )
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.