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