template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3824 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::SendMsgMeta 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 specified.
BuilderImpl & to (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net::wire::SocketAddress>> elem)
The destination address, if specified.
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::DatagramSocketSendControlData & control ()
Ancillary control message data used for sending the payload.
BuilderImpl & control (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::DatagramSocketSendControlData>> elem)
Ancillary control message data used for sending the payload.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::SendMsgMeta, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::SendMsgMeta>> && frame)