class CommandTransmitResult

Defined at line 336 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

Public Methods

void CommandTransmitResult ()
void CommandTransmitResult (const CommandTransmitResult & )

Defined at line 342 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

CommandTransmitResult & operator= (const CommandTransmitResult & )

Defined at line 343 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

void CommandTransmitResult (CommandTransmitResult && )

Defined at line 344 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

bool has_invalid_tag ()
bool is_response ()
CommandTransmitResult WithResponse (::fidl::ObjectView< ::fuchsia_tpm::wire::CommandTransmitResponse> val)
CommandTransmitResult & operator= (CommandTransmitResult && )

Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

template <typename... Args>
CommandTransmitResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 359 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h

::fuchsia_tpm::wire::CommandTransmitResponse & response ()
const ::fuchsia_tpm::wire::CommandTransmitResponse & response ()
bool is_err ()
CommandTransmitResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_tpm::wire::CommandTransmitResult::Tag Which ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_types.h