template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 610 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::WlanPhyImplInitRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_notify_client ()
void clear_notify_client ()
Clears the notify_client field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ClientEnd< ::fuchsia_wlan_phyimpl::WlanPhyImplNotify> & notify_client ()
The WlanPhyImplNotify client end.
Required.
BuilderImpl & notify_client (::fidl::ClientEnd< ::fuchsia_wlan_phyimpl::WlanPhyImplNotify> elem)
The WlanPhyImplNotify client end.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplInitRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplInitRequest>> && frame)