template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4440 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::WlanFullmacImplIfcEapolConfRequest Build ()

Build and return the table. The builder should not be used after this.

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_fullmac::wire::EapolTxResult & result_code ()

The result of the transmission. Required.

BuilderImpl & result_code (::fuchsia_wlan_fullmac::wire::EapolTxResult elem)

The result of the transmission. Required.

bool has_dst_addr ()
void clear_dst_addr ()

Clears the dst_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> & dst_addr ()

This value corresponds to the dst_addr in the EapolTxRequest we're confirming.

IEEE 802.11-2020 does not include this field, but we need it to disambiguate

if multiple EAPoL handshakes are ongoing.

Required.

BuilderImpl & dst_addr (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 6>>> elem)

This value corresponds to the dst_addr in the EapolTxRequest we're confirming.

IEEE 802.11-2020 does not include this field, but we need it to disambiguate

if multiple EAPoL handshakes are ongoing.

Required.

Protected Methods

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

Records