template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3916 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::WlanFullmacImplIfcDisassocIndRequest 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 ()

Address of the peer that was disassociated. Required.

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

Address of the peer that was disassociated. Required.

bool has_reason_code ()
void clear_reason_code ()

Clears the reason_code field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_ieee80211::wire::ReasonCode & reason_code ()

Reason for the disassociation. Required.

BuilderImpl & reason_code (::fuchsia_wlan_ieee80211::wire::ReasonCode elem)

Reason for the disassociation. Required.

bool has_locally_initiated ()
void clear_locally_initiated ()

Clears the locally_initiated field.

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

O(number_of_fields) complexity.

bool & locally_initiated ()

Whether the disassociation was initiated from the device. Required.

locally_initiated is true if disassociation was initiated from the device (e.g. firmware

or vendor driver started the disassociation); false if the disassociation was initiated

externally (e.g. due to receipt of a disassociate frame from an AP).

BuilderImpl & locally_initiated (bool elem)

Whether the disassociation was initiated from the device. Required.

locally_initiated is true if disassociation was initiated from the device (e.g. firmware

or vendor driver started the disassociation); false if the disassociation was initiated

externally (e.g. due to receipt of a disassociate frame from an AP).

Protected Methods

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

Records