class SessionGetFifoResult

Defined at line 180 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Public Methods

void SessionGetFifoResult (SessionGetFifoResult && other)
SessionGetFifoResult & operator= (SessionGetFifoResult && other)
::fuchsia_storage_block::SessionGetFifoResult::Tag Which ()
SessionGetFifoResult WithResponse (::fuchsia_storage_block::SessionGetFifoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SessionGetFifoResult & response (::fuchsia_storage_block::SessionGetFifoResponse value)

Sets the union to hold the response member.

SessionGetFifoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SessionGetFifoResult & err (int32_t value)

Sets the union to hold the err member.

void SessionGetFifoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits