class WriteConfig8

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

Writes a byte to the device's configuration space. The acceptable

ranges of |offset| for writes are [0x40, 0xFF] if PCI, or [0x40,

0xFFF] if PCIe. For most purposes a device will be PCIe.

Parameters

|offset|: The offset into the device's configuration space to read.

|value|: The value to write.

Errors:

|ZX_ERR_ACCESS_DENIED|: |offset| is within the device's configuration header.

|ZX_ERR_OUT_OF_RANGE|: |offset| is an invalid address.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal