PciId

class PciId

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the device.

Link copied to clipboard

The ID of the subsystem.

Link copied to clipboard

The ID of the vendor for the subsystem.

Link copied to clipboard

The ID of the vendor.

Functions

Link copied to clipboard
inline fun copy(block: PciId.Builder.() -> Unit = {}): PciId
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String