template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 9512 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::WlanFullmacImplOnLinkStateChangedRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_online ()
void clear_online ()
Clears the online field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & online ()
Getter for online.
BuilderImpl & online (bool elem)
Setter for online.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplOnLinkStateChangedRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplOnLinkStateChangedRequest>> && frame)