template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2491 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::WlanSoftmacIfcBaseNotifyScanCompleteRequest Build ()

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

bool has_status ()
void clear_status ()

Clears the status field.

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

O(number_of_fields) complexity.

int32_t & status ()

Getter for status.

BuilderImpl & status (int32_t elem)

Setter for status.

bool has_scan_id ()
void clear_scan_id ()

Clears the scan_id field.

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

O(number_of_fields) complexity.

uint64_t & scan_id ()

Getter for scan_id.

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

Setter for scan_id.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacIfcBaseNotifyScanCompleteRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacIfcBaseNotifyScanCompleteRequest>> && frame)

Records