template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5511 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::WlanSoftmacBaseClearAssociationRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_peer_addr ()
void clear_peer_addr ()
Clears the peer_addr field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<uint8_t, 6> & peer_addr ()
Getter for peer_addr.
BuilderImpl & peer_addr (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 6>>> elem)
Setter for peer_addr.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseClearAssociationRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseClearAssociationRequest>> && frame)