template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3265 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::WlanRxTransferRequest 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_packet_info ()
void clear_packet_info ()
Clears the packet_info field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_softmac::wire::WlanRxInfo & packet_info ()
Getter for packet_info.
BuilderImpl & packet_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_softmac::wire::WlanRxInfo>> elem)
Setter for packet_info.
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_arena ()
void clear_arena ()
Clears the arena field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & arena ()
Getter for arena.
BuilderImpl & arena (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for arena.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanRxTransferRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanRxTransferRequest>> && frame)