template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 456 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/wire_types.h
Public Methods
::fuchsia_hardware_pci::wire::BoardConfiguration Build ()
Build and return the table. The builder should not be used after this.
bool has_use_intx_workaround ()
void clear_use_intx_workaround ()
Clears the use_intx_workaround field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_pci::wire::UseIntxWorkaroundType & use_intx_workaround ()
If set, use legacy interrupt workarounds for systems that don't properly implement
InterruptPin and/or the InterruptStatus bit in device configuration space. Instead, the
bus driver will assume INTA and rely on interrupt mappings, and will wake any device sharing
a legacy interrupt even if their InterruptStatus bit is not set.
BuilderImpl & use_intx_workaround (::fuchsia_hardware_pci::wire::UseIntxWorkaroundType elem)
If set, use legacy interrupt workarounds for systems that don't properly implement
InterruptPin and/or the InterruptStatus bit in device configuration space. Instead, the
bus driver will assume INTA and rely on interrupt mappings, and will wake any device sharing
a legacy interrupt even if their InterruptStatus bit is not set.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_pci::wire::BoardConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pci::wire::BoardConfiguration>> && frame)