template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1655 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcConnectConfRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_peer_sta_address ()
void clear_peer_sta_address ()
Clears the peer_sta_address 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_sta_address ()
Getter for peer_sta_address.
BuilderImpl & peer_sta_address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 6>>> elem)
Setter for peer_sta_address.
bool has_result_code ()
void clear_result_code ()
Clears the result_code field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_ieee80211::wire::StatusCode & result_code ()
Getter for result_code.
BuilderImpl & result_code (::fuchsia_wlan_ieee80211::wire::StatusCode elem)
Setter for result_code.
bool has_association_id ()
void clear_association_id ()
Clears the association_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & association_id ()
Getter for association_id.
BuilderImpl & association_id (uint16_t elem)
Setter for association_id.
bool has_association_ies ()
void clear_association_ies ()
Clears the association_ies field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView<uint8_t> & association_ies ()
Getter for association_ies.
BuilderImpl & association_ies (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
Setter for association_ies.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcConnectConfRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcConnectConfRequest>> && frame)