template <>
class WireWeakEventSender
Defined at line 3180 of file fidling/gen/sdk/fidl/fuchsia.hardware.hidbus/fuchsia.hardware.hidbus/cpp/fidl/fuchsia.hardware.hidbus/cpp/wire_messaging.h
Public Methods
fidl::OneWayStatus OnReportReceived (::fuchsia_hardware_hidbus::wire::Report Report)
Queues a report received by the hidbus device.
Timestamp should be whenever the report was created. Ideally it should
come from the driver's IRQ callback. If the driver doesn't have
something like that it should fill this with `zx_clock_get_monotonic()`