template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2078 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
Public Methods
::fuchsia_wlan_stats::wire::SignalReport Build ()
Build and return the table. The builder should not be used after this.
bool has_connection_signal_report ()
void clear_connection_signal_report ()
Clears the connection_signal_report field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_stats::wire::ConnectionSignalReport & connection_signal_report ()
Signal report related to the current connection.
May not be set if the client is not connected.
BuilderImpl & connection_signal_report (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_stats::wire::ConnectionSignalReport>> elem)
Signal report related to the current connection.
May not be set if the client is not connected.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_stats::wire::SignalReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::SignalReport>> && frame)