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