template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5092 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_softmac::wire::WlanSoftmacBaseSetChannelRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_channel ()
void clear_channel ()
Clears the channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_ieee80211::wire::WlanChannel & channel ()
Getter for channel.
BuilderImpl & channel (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_ieee80211::wire::WlanChannel>> elem)
Setter for channel.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseSetChannelRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseSetChannelRequest>> && frame)