template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.hardware.mailbox/fuchsia.hardware.mailbox/cpp/fidl/fuchsia.hardware.mailbox/cpp/wire_types.h

Public Methods

::fuchsia_hardware_mailbox::wire::ControllerInfo Build ()

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

bool has_id ()
void clear_id ()

Clears the id field.

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

O(number_of_fields) complexity.

uint32_t & id ()

Board-specific controller ID. Optional.

BuilderImpl & id (uint32_t elem)

Board-specific controller ID. Optional.

bool has_channels ()
void clear_channels ()

Clears the channels field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_mailbox::wire::ChannelInfo> & channels ()

Mailbox channels. Optional.

BuilderImpl & channels (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_mailbox::wire::ChannelInfo>>> elem)

Mailbox channels. Optional.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_mailbox::wire::ControllerInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_mailbox::wire::ControllerInfo>> && frame)

Records