template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4912 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::WlanFullmacImplIfcOnPmkAvailableRequest Build ()

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

bool has_pmk ()
void clear_pmk ()

Clears the pmk field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & pmk ()

The pairwise master key bytes. Required.

BuilderImpl & pmk (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

The pairwise master key bytes. Required.

bool has_pmkid ()
void clear_pmkid ()

Clears the pmkid field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & pmkid ()

The PMK IDs. Required.

BuilderImpl & pmkid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

The PMK IDs. Required.

Protected Methods

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

Records