template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 134 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::ChannelInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_channel ()
void clear_channel ()
Clears the channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & channel ()
Channel number, unique for this controller. Required.
BuilderImpl & channel (uint32_t elem)
Channel number, unique for this controller. Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_mailbox::wire::ChannelInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_mailbox::wire::ChannelInfo>> && frame)