template <>
class WireWeakBufferEventSender
Defined at line 1505 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_messaging.h
Public Methods
fidl::OneWayStatus OnCompletion (::fidl::VectorView< ::fuchsia_hardware_usb_endpoint::wire::Completion> completion)
Called on a completion to notify the device driver of an completion event.
Note that if more than REQUEST_MAX successful requests with defer_completion == true have
been seen, driver may call OnCompletion multiple times when defer_completion == false is
seen (or failure happens) to return all seen requests to the client.