template <>

class WireSyncClientImpl

Defined at line 1035 of file fidling/gen/src/virtualization/lib/guest_interaction/fuchsia.virtualization.guest.interaction/cpp/fidl/fuchsia.virtualization.guest.interaction/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_virtualization_guest_interaction::Interaction>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_virtualization_guest_interaction::Interaction::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.

Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::fuchsia_virtualization_guest_interaction::Interaction::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.

Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.

::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.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.