template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2686 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

Public Methods

::fuchsia_wlan_softmac::wire::EthernetRxTransferRequest Build ()

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

bool has_packet_address ()
void clear_packet_address ()

Clears the packet_address field.

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

O(number_of_fields) complexity.

uint64_t & packet_address ()

Getter for packet_address.

BuilderImpl & packet_address (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for packet_address.

bool has_packet_size ()
void clear_packet_size ()

Clears the packet_size field.

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

O(number_of_fields) complexity.

uint64_t & packet_size ()

Getter for packet_size.

BuilderImpl & packet_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for packet_size.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::EthernetRxTransferRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::EthernetRxTransferRequest>> && frame)

Records