template <>
class WireWeakAsyncClientImpl
Defined at line 2478 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::internal::WireThenable< ::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.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.