class SetKeyArgs
Defined at line 1522 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
Public Methods
void SetKeyArgs (Storage_ storage)
void SetKeyArgs (uint16_t wlan_softmac_id, ::fuchsia_wlan_tap::WlanKeyConfig config)
void SetKeyArgs ()
Default constructs a |SetKeyArgs| only if all of its members are default constructible.
Defined at line 1533 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetKeyArgs (SetKeyArgs && )
Defined at line 1536 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetKeyArgs (const SetKeyArgs & other)
SetKeyArgs & operator= (SetKeyArgs && )
Defined at line 1537 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
SetKeyArgs & operator= (const SetKeyArgs & other)
bool operator== (const SetKeyArgs & other)
bool operator!= (const SetKeyArgs & other)
uint16_t wlan_softmac_id ()
uint16_t & wlan_softmac_id ()
SetKeyArgs & wlan_softmac_id (uint16_t value)
Setter for wlan_softmac_id.
const ::fuchsia_wlan_tap::WlanKeyConfig & config ()
::fuchsia_wlan_tap::WlanKeyConfig & config ()
SetKeyArgs & config (::fuchsia_wlan_tap::WlanKeyConfig value)
Setter for config.
void SetKeyArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits