class SessionDetachResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SessionDetachResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits