template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 290 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::WlanPhyImplNotifyOnCriticalErrorRequest Build ()

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

bool has_reason_code ()
void clear_reason_code ()

Clears the reason_code field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_phyimpl::wire::CriticalErrorReason & reason_code ()

Getter for reason_code.

BuilderImpl & reason_code (::fuchsia_wlan_phyimpl::wire::CriticalErrorReason elem)

Setter for reason_code.

Protected Methods

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

Records