template <>

class WireServer

Defined at line 831 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/cpp/wire_messaging.h

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fuchsia_hardware_usb_virtualbustest::BusTest>|

and |::fidl::ServerEnd

<

::fuchsia_hardware_usb_virtualbustest::BusTest>|).

Public Methods

void Control (::fuchsia_hardware_usb_virtualbustest::wire::BusTestControlRequest * request, ControlCompleter::Sync & completer)
void Out (::fuchsia_hardware_usb_virtualbustest::wire::BusTestOutRequest * request, OutCompleter::Sync & completer)
void In (::fuchsia_hardware_usb_virtualbustest::wire::BusTestInRequest * request, InCompleter::Sync & completer)
void WireServer ()

Defined at line 834 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/cpp/wire_messaging.h

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~WireServer ()

Defined at line 835 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/cpp/wire_messaging.h