template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 583 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::WlanFullmacOwePublicKey Build ()
Build and return the table. The builder should not be used after this.
bool has_group ()
void clear_group ()
Clears the group field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & group ()
Getter for group.
BuilderImpl & group (uint16_t elem)
Setter for group.
bool has_key ()
void clear_key ()
Clears the key field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView<uint8_t> & key ()
Getter for key.
BuilderImpl & key (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
Setter for key.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacOwePublicKey, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacOwePublicKey>> && frame)