template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1760 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
Public Methods
::fuchsia_hardware_platform_bus::wire::BoardInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_board_name ()
void clear_board_name ()
Clears the board_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & board_name ()
Board name from the boot image platform ID record or from the BIOS on x86 platforms.
BuilderImpl & board_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Board name from the boot image platform ID record or from the BIOS on x86 platforms.
bool has_board_revision ()
void clear_board_revision ()
Clears the board_revision field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & board_revision ()
Board specific revision number.
BuilderImpl & board_revision (uint32_t elem)
Board specific revision number.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_platform_bus::wire::BoardInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::BoardInfo>> && frame)