template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 296 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
Public Methods
::fuchsia_net_name::wire::DhcpDnsServerSource Build ()
Build and return the table. The builder should not be used after this.
bool has_source_interface ()
void clear_source_interface ()
Clears the source_interface field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & source_interface ()
The interface index over which this server was discovered.
BuilderImpl & source_interface (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The interface index over which this server was discovered.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_net_name::wire::DhcpDnsServerSource, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_name::wire::DhcpDnsServerSource>> && frame)