template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1720 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::IpRecvControlData Build ()

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

bool has_tos ()
void clear_tos ()

Clears the tos field.

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

O(number_of_fields) complexity.

uint8_t & tos ()

The Type of Service value found in a received packet's IPv4 header.

Present if the `SOL_IP` -> `IP_RECVTOS` option is enabled.

BuilderImpl & tos (uint8_t elem)

The Type of Service value found in a received packet's IPv4 header.

Present if the `SOL_IP` -> `IP_RECVTOS` option is enabled.

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 found in a received packet's IPv4 header.

Present if the `SOL_IP` -> `IP_RECVTTL` option is enabled.

BuilderImpl & ttl (uint8_t elem)

The Time to Live value found in a received packet's IPv4 header.

Present if the `SOL_IP` -> `IP_RECVTTL` option is enabled.

bool has_original_destination_address ()
void clear_original_destination_address ()

Clears the original_destination_address field.

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

O(number_of_fields) complexity.

::fuchsia_net::wire::SocketAddress & original_destination_address ()

The original destination address.

Present if the `SOL_IP` -> `IP_RECVORIGDSTADDR` option is enabled.

BuilderImpl & original_destination_address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net::wire::SocketAddress>> elem)

The original destination address.

Present if the `SOL_IP` -> `IP_RECVORIGDSTADDR` option is enabled.

Protected Methods

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

Records