template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2586 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::IpSendControlData Build ()

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

bool has_ttl ()
void clear_ttl ()

Clears the ttl field.

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

O(number_of_fields) complexity.

uint8_t & ttl ()

The Time to Live value to set in the IPv4 header of an outgoing

packet.

BuilderImpl & ttl (uint8_t elem)

The Time to Live value to set in the IPv4 header of an outgoing

packet.

Protected Methods

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

Records