template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2755 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

Public Methods

::fuchsia_posix_socket::wire::Ipv6SendControlData Build ()

Build and return the table. The builder should not be used after this.

bool has_hoplimit ()
void clear_hoplimit ()

Clears the hoplimit field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint8_t & hoplimit ()

The Hop Limit value to set in the IPv6 header of an outgoing

packet.

BuilderImpl & hoplimit (uint8_t elem)

The Hop Limit value to set in the IPv6 header of an outgoing

packet.

bool has_pktinfo ()
void clear_pktinfo ()

Clears the pktinfo field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_posix_socket::wire::Ipv6PktInfoSendControlData & pktinfo ()

Information controlling the local interface and/or address used when

sending an IPv6 packet.

BuilderImpl & pktinfo (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::Ipv6PktInfoSendControlData>> elem)

Information controlling the local interface and/or address used when

sending an IPv6 packet.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::Ipv6SendControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::Ipv6SendControlData>> && frame)

Records