template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4063 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::DatagramSocketDescribeResponse 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_DATAGRAM` on which data is sent and received.
BuilderImpl & socket (::zx::socket elem)
`ZX_SOCKET_DATAGRAM` on which data is sent and received.
bool has_tx_meta_buf_size ()
void clear_tx_meta_buf_size ()
Clears the tx_meta_buf_size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & tx_meta_buf_size ()
Size of the buffer used to receive Tx metadata.
BuilderImpl & tx_meta_buf_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Size of the buffer used to receive Tx metadata.
bool has_rx_meta_buf_size ()
void clear_rx_meta_buf_size ()
Clears the rx_meta_buf_size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & rx_meta_buf_size ()
Size of the buffer used to receive Rx metadata.
BuilderImpl & rx_meta_buf_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Size of the buffer used to receive Rx metadata.
bool has_metadata_encoding_protocol_version ()
void clear_metadata_encoding_protocol_version ()
Clears the metadata_encoding_protocol_version field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_posix_socket::wire::UdpMetadataEncodingProtocolVersion & metadata_encoding_protocol_version ()
Identifies the version of the protocol used to encode and decode
metadata sent alongside payloads over the socket.
BuilderImpl & metadata_encoding_protocol_version (::fuchsia_posix_socket::wire::UdpMetadataEncodingProtocolVersion elem)
Identifies the version of the protocol used to encode and decode
metadata sent alongside payloads over the socket.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::DatagramSocketDescribeResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::DatagramSocketDescribeResponse>> && frame)