class InterfacesGetMacResult

Defined at line 260 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/cpp/fidl/fuchsia.net.root/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

InterfacesGetMacResult WithErr (::fuchsia_net_root::InterfacesGetMacError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
InterfacesGetMacResult & err (::fuchsia_net_root::InterfacesGetMacError value)

Sets the union to hold the err member.

void InterfacesGetMacResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 268 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/cpp/fidl/fuchsia.net.root/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits