template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3729 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::WlanFullmacImplIfcDisassocConfRequest Build ()

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

bool has_status ()
void clear_status ()

Clears the status field.

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

O(number_of_fields) complexity.

int32_t & status ()

ZX_OK indicates that the disassociate request was serviced and the peer was

disassociated. Other errors indicate that the request could not be serviced, for these

or other reasons:

- ZX_ERR_BAD_STATE: association not possible in current state (e.g. disconnected)

- ZX_ERR_INVALID_ARGS: no association exists with specified peer

- ZX_ERR_SHOULD_WAIT: disassociate request could not be serviced because firmware or

driver was busy

BuilderImpl & status (int32_t elem)

ZX_OK indicates that the disassociate request was serviced and the peer was

disassociated. Other errors indicate that the request could not be serviced, for these

or other reasons:

- ZX_ERR_BAD_STATE: association not possible in current state (e.g. disconnected)

- ZX_ERR_INVALID_ARGS: no association exists with specified peer

- ZX_ERR_SHOULD_WAIT: disassociate request could not be serviced because firmware or

driver was busy

Protected Methods

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

Records