template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1964 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::Ipv6RecvControlData Build ()
Build and return the table. The builder should not be used after this.
bool has_tclass ()
void clear_tclass ()
Clears the tclass field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & tclass ()
The Traffic Class of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVTCLASS` option is enabled.
BuilderImpl & tclass (uint8_t elem)
The Traffic Class of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVTCLASS` option is enabled.
bool has_hoplimit ()
void clear_hoplimit ()
Clears the hoplimit field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & hoplimit ()
The Hop Limit of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVHOPLIMIT` option is enabled.
BuilderImpl & hoplimit (uint8_t elem)
The Hop Limit of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVHOPLIMIT` option is enabled.
bool has_pktinfo ()
void clear_pktinfo ()
Clears the pktinfo field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_posix_socket::wire::Ipv6PktInfoRecvControlData & pktinfo ()
The packet information of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVPKTINFO` option is enabled.
BuilderImpl & pktinfo (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::Ipv6PktInfoRecvControlData>> elem)
The packet information of a packet that was received.
Present if the `SOL_IPV6` -> `IPV6_RECVPKTINFO` option is enabled.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::Ipv6RecvControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::Ipv6RecvControlData>> && frame)