template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 443 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::WlanPhyImplNotifyOnCountryCodeChangeRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_phy_country ()
void clear_phy_country ()
Clears the phy_country field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_phyimpl::wire::WlanPhyCountry & phy_country ()
Getter for phy_country.
BuilderImpl & phy_country (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_phyimpl::wire::WlanPhyCountry>> elem)
Setter for phy_country.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplNotifyOnCountryCodeChangeRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplNotifyOnCountryCodeChangeRequest>> && frame)