template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 558 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::ProbeResponseOffloadExtension Build ()
Build and return the table. The builder should not be used after this.
bool has_supported ()
void clear_supported ()
Clears the supported field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & supported ()
If true, driver responds to probe requests; otherwise MLME must respond.
BuilderImpl & supported (bool elem)
If true, driver responds to probe requests; otherwise MLME must respond.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::ProbeResponseOffloadExtension, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::ProbeResponseOffloadExtension>> && frame)