template <>
class WireSyncClientImpl
Defined at line 824 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.virtual.bus/fuchsia.hardware.usb.virtual.bus/cpp/fidl/fuchsia.hardware.usb.virtual.bus/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_usb_virtual_bus::Bus>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_usb_virtual_bus::Bus::Enable> Enable ()
Enables the virtual bus.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_usb_virtual_bus::Bus::Disable> Disable ()
Disables the virtual bus.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_usb_virtual_bus::Bus::Connect> Connect ()
Simulates a USB connected event.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_usb_virtual_bus::Bus::Disconnect> Disconnect ()
Simulates a USB connected event.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.