class SessionAttachResult

Defined at line 2458 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Public Methods

void SessionAttachResult (SessionAttachResult && other)
SessionAttachResult & operator= (SessionAttachResult && other)
void SessionAttachResult (const SessionAttachResult & other)
SessionAttachResult & operator= (const SessionAttachResult & other)
bool operator== (const SessionAttachResult & other)
bool operator!= (const SessionAttachResult & other)
::fuchsia_hardware_network::SessionAttachResult::Tag Which ()
SessionAttachResult WithResponse (::fuchsia_hardware_network::SessionAttachResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SessionAttachResult & response (::fuchsia_hardware_network::SessionAttachResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SessionAttachResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2468 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits