template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 8879 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_fullmac::wire::WlanFullmacImplSetKeysRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_keylist ()
void clear_keylist ()
Clears the keylist field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_wlan_common::wire::WlanKeyConfig> & keylist ()
Getter for keylist.
BuilderImpl & keylist (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_wlan_common::wire::WlanKeyConfig>>> elem)
Setter for keylist.
bool has_key_descriptors ()
void clear_key_descriptors ()
Clears the key_descriptors field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor> & key_descriptors ()
Getter for key_descriptors.
BuilderImpl & key_descriptors (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_wlan_ieee80211::wire::SetKeyDescriptor>>> elem)
Setter for key_descriptors.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplSetKeysRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplSetKeysRequest>> && frame)