template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2932 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::EthernetTxTransferRequest 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.
bool has_async_id ()
void clear_async_id ()
Clears the async_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & async_id ()
Getter for async_id.
BuilderImpl & async_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for async_id.
bool has_borrowed_operation ()
void clear_borrowed_operation ()
Clears the borrowed_operation field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & borrowed_operation ()
Getter for borrowed_operation.
BuilderImpl & borrowed_operation (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for borrowed_operation.
bool has_complete_borrowed_operation ()
void clear_complete_borrowed_operation ()
Clears the complete_borrowed_operation field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & complete_borrowed_operation ()
Getter for complete_borrowed_operation.
BuilderImpl & complete_borrowed_operation (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for complete_borrowed_operation.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::EthernetTxTransferRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::EthernetTxTransferRequest>> && frame)