SettingsClustersSoftwareReportsPciDevice

The PciDevice structure contains information about a PCI Device.


Properties

string
did Required

PCI DID of the device.


string
display_name Required

Display name of the device.


string
driver_name Required

Driver Name of the device.


string
ssid Required

PCI SSID of the device.


string
svid Required

PCI SVID of the device.


string
vendor Required

Vendor Name of the device.


string
vid Required

PCI VID of the device.

JSON Example

{
	"did": "string",
	"display_name": "string",
	"driver_name": "string",
	"ssid": "string",
	"svid": "string",
	"vendor": "string",
	"vid": "string"
}

Feedback

Was this page helpful?