template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 5211 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::StreamSocketDescribeResponse Build ()

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

bool has_socket ()
void clear_socket ()

Clears the socket field.

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

O(number_of_fields) complexity.

::zx::socket & socket ()

`ZX_SOCKET_STREAM` on which data is sent and received.

BuilderImpl & socket (::zx::socket elem)

`ZX_SOCKET_STREAM` on which data is sent and received.

Protected Methods

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

Records