template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4332 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::DatagramSocketSendMsgPreflightRequest Build ()

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

bool has_to ()
void clear_to ()

Clears the to field.

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

O(number_of_fields) complexity.

::fuchsia_net::wire::SocketAddress & to ()

The destination address.

If absent, interpreted as the method receiver's connected address and

causes the connected address to be returned.

Required if the method receiver is not connected.

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

The destination address.

If absent, interpreted as the method receiver's connected address and

causes the connected address to be returned.

Required if the method receiver is not connected.

bool has_ipv6_pktinfo ()
void clear_ipv6_pktinfo ()

Clears the ipv6_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 & ipv6_pktinfo ()

Information controlling the local interface and/or address used when

sending an IPv6 packet.

If absent, indicates that the stack is free to choose an appropriate

outgoing route.

BuilderImpl & ipv6_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.

If absent, indicates that the stack is free to choose an appropriate

outgoing route.

Protected Methods

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

Records