template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1446 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::WlanFullmacImplIfcOnScanEndRequest Build ()

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

bool has_txn_id ()
void clear_txn_id ()

Clears the txn_id field.

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

O(number_of_fields) complexity.

uint64_t & txn_id ()

Getter for txn_id.

BuilderImpl & txn_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for txn_id.

bool has_code ()
void clear_code ()

Clears the code field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_fullmac::wire::WlanScanResult & code ()

Getter for code.

BuilderImpl & code (::fuchsia_wlan_fullmac::wire::WlanScanResult elem)

Setter for code.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcOnScanEndRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcOnScanEndRequest>> && frame)

Records