template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 244 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.raw/fuchsia.posix.socket.raw/cpp/fidl/fuchsia.posix.socket.raw/cpp/wire_types.h
Public Methods
::fuchsia_posix_socket_raw::wire::SocketDescribeResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_event ()
void clear_event ()
Clears the event field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & event ()
Signals additional information about the state of the socket such as
readiness or shutdown-ness.
BuilderImpl & event (::zx::eventpair elem)
Signals additional information about the state of the socket such as
readiness or shutdown-ness.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket_raw::wire::SocketDescribeResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket_raw::wire::SocketDescribeResponse>> && frame)