template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 893 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
Public Methods
::fuchsia_wlan_common::wire::DataPlaneExtension Build ()
Build and return the table. The builder should not be used after this.
bool has_data_plane_type ()
void clear_data_plane_type ()
Clears the data_plane_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_common::wire::DataPlaneType & data_plane_type ()
Getter for data_plane_type.
BuilderImpl & data_plane_type (::fuchsia_wlan_common::wire::DataPlaneType elem)
Setter for data_plane_type.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_common::wire::DataPlaneExtension, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::DataPlaneExtension>> && frame)