template <>

class WireWeakSyncClientImpl

Defined at line 1471 of file fidling/gen/src/connectivity/network/testing/netemul/guest/fuchsia.netemul.guest/cpp/fidl/fuchsia.netemul.guest/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_netemul_guest::Guest::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_netemul_guest::Guest::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::WireResult< ::fuchsia_netemul_guest::Guest::Shutdown> Shutdown ()

Shuts down the guest and closes the channel over which `Guest` is being

served.

Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.