template <>
class WireEventHandlerInterface
Defined at line 937 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
void OnCompletion (::fidl::WireEvent< ::fuchsia_hardware_usb_endpoint::Endpoint::OnCompletion> * event)
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.
void WireEventHandlerInterface ()
Defined at line 940 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_messaging.h
void ~WireEventHandlerInterface ()
Defined at line 941 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_messaging.h