class WriteConfig16

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

Writes two bytes to the device's configuration space. The acceptable

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

0xFFE] 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