template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 6525 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_softmac::wire::WlanSoftmacBaseUpdateWmmParametersRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_ac ()
void clear_ac ()
Clears the ac field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_ieee80211::wire::WlanAccessCategory & ac ()
Getter for ac.
BuilderImpl & ac (::fuchsia_wlan_ieee80211::wire::WlanAccessCategory elem)
Setter for ac.
bool has_params ()
void clear_params ()
Clears the params field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_common::wire::WlanWmmParameters & params ()
Getter for params.
BuilderImpl & params (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::WlanWmmParameters>> elem)
Setter for params.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseUpdateWmmParametersRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseUpdateWmmParametersRequest>> && frame)