template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5433 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::WlanFullmacImplInitResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_sme_channel ()
void clear_sme_channel ()
Clears the sme_channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::channel & sme_channel ()
The SME server end channel.
Required.
BuilderImpl & sme_channel (::zx::channel elem)
The SME server end channel.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplInitResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplInitResponse>> && frame)