class BoardConfiguration

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

Public Members

static const char[] kSerializableName

Public Methods

void BoardConfiguration ()

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

void BoardConfiguration (const BoardConfiguration & other)

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

BoardConfiguration & operator= (const BoardConfiguration & other)

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

void BoardConfiguration (BoardConfiguration && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_pci::wire::BoardConfiguration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_pci::wire::BoardConfiguration> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pci::wire::BoardConfiguration>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

BoardConfiguration & operator= (BoardConfiguration && other)

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

::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.

bool has_use_intx_workaround ()
BoardConfiguration & set_use_intx_workaround (::fuchsia_hardware_pci::wire::UseIntxWorkaroundType elem)
BoardConfiguration & clear_use_intx_workaround ()
void BoardConfiguration (::fidl::AnyArena & allocator)
void BoardConfiguration (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pci::wire::BoardConfiguration>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pci::wire::BoardConfiguration>> && frame_ptr)
void ~BoardConfiguration ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder