template <>

class WireWeakOnewayClientImpl

Defined at line 1403 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::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.