template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3589 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::RecvMsgMeta Build ()

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

bool has_from ()
void clear_from ()

Clears the from field.

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

O(number_of_fields) complexity.

::fuchsia_net::wire::SocketAddress & from ()

The from address of the datagram.

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

The from address of the datagram.

bool has_control ()
void clear_control ()

Clears the control field.

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

O(number_of_fields) complexity.

::fuchsia_posix_socket::wire::DatagramSocketRecvControlData & control ()

Ancillary control message data describing the datagram.

BuilderImpl & control (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::DatagramSocketRecvControlData>> elem)

Ancillary control message data describing the datagram.

bool has_payload_len ()
void clear_payload_len ()

Clears the payload_len field.

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

O(number_of_fields) complexity.

uint16_t & payload_len ()

The length of the payload, in bytes.

BuilderImpl & payload_len (uint16_t elem)

The length of the payload, in bytes.

Protected Methods

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

Records