template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 6023 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::WlanSoftmacBaseStartPassiveScanResponse Build ()
Build and return the table. The builder should not be used after this.
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::WlanSoftmacBaseStartPassiveScanResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanResponse>> && frame)