template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2840 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::WlanFullmacImplIfcAuthIndRequest 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_auth_type ()
void clear_auth_type ()

Clears the auth_type field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_fullmac::wire::WlanAuthType & auth_type ()

Getter for auth_type.

BuilderImpl & auth_type (::fuchsia_wlan_fullmac::wire::WlanAuthType elem)

Setter for auth_type.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcAuthIndRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplIfcAuthIndRequest>> && frame)

Records