template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1921 of file fidling/gen/sdk/fidl/fuchsia.wlan.phyimpl/fuchsia.wlan.phyimpl/cpp/fidl/fuchsia.wlan.phyimpl/cpp/wire_types.h

Public Methods

::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetBtCoexistenceModeRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_mode ()
void clear_mode ()

Clears the mode field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_wlan_phyimpl::wire::BtCoexistenceMode & mode ()

Getter for mode.

BuilderImpl & mode (::fuchsia_wlan_phyimpl::wire::BtCoexistenceMode elem)

Setter for mode.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetBtCoexistenceModeRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetBtCoexistenceModeRequest>> && frame)

Records