template <>

class WireSyncBufferClientImpl

Defined at line 2084 of file fidling/gen/src/virtualization/lib/guest_interaction/fuchsia.virtualization.guest.interaction/cpp/fidl/fuchsia.virtualization.guest.interaction/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_virtualization_guest_interaction::InteractiveDebianGuest::PutFile> PutFile (::fidl::ClientEnd< ::fuchsia_io::File> && local_file, ::fidl::StringView remote_path)

Take a local file from the Fuchsia host and transfer it to a destination

location on the guest under test.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_virtualization_guest_interaction::InteractiveDebianGuest::GetFile> GetFile (::fidl::StringView remote_path, ::fidl::ClientEnd< ::fuchsia_io::File> && local_file)

Pull a file from the guest under test and copy it to the specified

location on the Fuchsia host.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus ExecuteCommand (::fidl::StringView command, ::fidl::VectorView< ::fuchsia_virtualization_guest_interaction::wire::EnvironmentVariable> env, ::zx::socket && stdin_, ::zx::socket && stdout_, ::zx::socket && stderr_, ::fidl::ServerEnd< ::fuchsia_virtualization_guest_interaction::CommandListener> && command_listener)

Execute command on the guest under test and return the resulting output,

error, and return code.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_virtualization_guest_interaction::InteractiveDebianGuest::Start> Start (::fidl::StringView name, ::fuchsia_virtualization::wire::GuestConfig guest_config)

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_virtualization_guest_interaction::InteractiveDebianGuest::Shutdown> Shutdown ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.