Interface SlotInfo

Provides information about a slot

interface SlotInfo {
    firmwareVersion: Version;
    flags: number;
    hardwareVersion: Version;
    manufacturerID: string;
    slotDescription: string;
}

Properties

firmwareVersion: Version

Version number of the slot's firmware

flags: number

Bits flags that provide capabilities of the slot

hardwareVersion: Version

Version number of the slot's hardware

manufacturerID: string

ID of the slot manufacturer. Must be padded with the blank character (' ')

slotDescription: string

Character-string description of the slot. Must be padded with the blank character (' ')