class PhyPowerUpResult
Defined at line 1385 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
Public Methods
void PhyPowerUpResult (PhyPowerUpResult && other)
PhyPowerUpResult & operator= (PhyPowerUpResult && other)
void PhyPowerUpResult (const PhyPowerUpResult & other)
PhyPowerUpResult & operator= (const PhyPowerUpResult & other)
bool operator== (const PhyPowerUpResult & other)
bool operator!= (const PhyPowerUpResult & other)
::fuchsia_wlan_device::PhyPowerUpResult::Tag Which ()
PhyPowerUpResult WithResponse (::fuchsia_wlan_device::PhyPowerUpResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PhyPowerUpResult & response (::fuchsia_wlan_device::PhyPowerUpResponse value)
Sets the union to hold the response member.
PhyPowerUpResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PhyPowerUpResult & err (int32_t value)
Sets the union to hold the err member.
void PhyPowerUpResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1393 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits