template <>
class WireTableBuilder
Defined at line 1808 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_types.h
Public Methods
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component::wire::StoppedPayload> & exit_code (First && first, Args &&... args_)
The exit code of the component instance. Note that not all components
will stop with an exit code.
Many program runtimes have the concept of an exit code. Runners may map
that value to this field when applicable. For example, the ELF runner
will publish the Zircon process return code here.
Defined at line 1826 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_types.h
Friends
template <>
class StoppedPayload