class WlanSoftmacBridgeStartResult

Defined at line 5144 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h

Public Methods

void WlanSoftmacBridgeStartResult (WlanSoftmacBridgeStartResult && other)
WlanSoftmacBridgeStartResult & operator= (WlanSoftmacBridgeStartResult && other)
::fuchsia_wlan_softmac::WlanSoftmacBridgeStartResult::Tag Which ()
WlanSoftmacBridgeStartResult WithResponse (::fuchsia_wlan_softmac::WlanSoftmacBridgeStartResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
WlanSoftmacBridgeStartResult & response (::fuchsia_wlan_softmac::WlanSoftmacBridgeStartResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBridgeStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 5154 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits