template <>

class WireWeakOnewayClientImpl

Defined at line 5518 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Stop ()

Stop the suite run gracefully. SuiteController will disconnect after

all resources are released and all the events in this controller are drained.

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

::fidl::OneWayStatus Kill ()

Immediately terminate the run. SuiteController will disconnect after

all resources are released. This method will terminate tests even if

they are in progress.

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