template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 668 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.device/fuchsia.hardware.platform.device/cpp/fidl/fuchsia.hardware.platform.device/cpp/wire_types.h
Public Methods
::fuchsia_hardware_platform_device::wire::BoardInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_vid ()
void clear_vid ()
Clears the vid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & vid ()
Vendor ID for the board.
BuilderImpl & vid (uint32_t elem)
Vendor ID for the board.
bool has_pid ()
void clear_pid ()
Clears the pid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & pid ()
Product ID for the board.
BuilderImpl & pid (uint32_t elem)
Product ID for the board.
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_device::wire::BoardInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_device::wire::BoardInfo>> && frame)