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