template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4123 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::WlanFullmacImplIfcStartConfRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_result_code ()
void clear_result_code ()
Clears the result_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::StartResult & result_code ()
The result of the StartBss request. Required.
BuilderImpl & result_code (::fuchsia_wlan_fullmac::wire::StartResult elem)
The result of the StartBss request. Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcStartConfRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcStartConfRequest>> && frame)