class CreateIfaceRequest
Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
Public Methods
void CreateIfaceRequest (Storage_ storage)
void CreateIfaceRequest (::fuchsia_wlan_common::WlanMacRole role, ::zx::channel mlme_channel, ::std::array<uint8_t, 6> init_sta_addr)
void CreateIfaceRequest ()
Default constructs a |CreateIfaceRequest| only if all of its members are default constructible.
Defined at line 223 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
void CreateIfaceRequest (CreateIfaceRequest && )
Defined at line 226 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
CreateIfaceRequest & operator= (CreateIfaceRequest && )
Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
::fuchsia_wlan_common::WlanMacRole role ()
::fuchsia_wlan_common::WlanMacRole & role ()
CreateIfaceRequest & role (::fuchsia_wlan_common::WlanMacRole value)
Setter for role.
const ::zx::channel & mlme_channel ()
::zx::channel & mlme_channel ()
CreateIfaceRequest & mlme_channel (::zx::channel value)
Setter for mlme_channel.
const ::std::array<uint8_t, 6> & init_sta_addr ()
::std::array<uint8_t, 6> & init_sta_addr ()
CreateIfaceRequest & init_sta_addr (::std::array<uint8_t, 6> value)
Setter for init_sta_addr.
void CreateIfaceRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits