template <>

class NaturalClientImpl

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

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_netemul_guest::Guest::PutFile> PutFile (::fidl::Request< ::fuchsia_netemul_guest::Guest::PutFile> request)

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

location on the guest under test.

::fidl::internal::NaturalThenable< ::fuchsia_netemul_guest::Guest::GetFile> GetFile (::fidl::Request< ::fuchsia_netemul_guest::Guest::GetFile> request)

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

location on the Fuchsia host.

::fidl::internal::NaturalThenable< ::fuchsia_netemul_guest::Guest::Shutdown> Shutdown ()

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

served.

::fit::result< ::fidl::OneWayError> ExecuteCommand (::fidl::Request< ::fuchsia_netemul_guest::Guest::ExecuteCommand> request)

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

error, and return code.