TianoCore EDK2 master
SMBIOS_TABLE_TYPE8 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING InternalReferenceDesignator
 
UINT8 InternalConnectorType
 The enumeration value from MISC_PORT_CONNECTOR_TYPE. More...
 
SMBIOS_TABLE_STRING ExternalReferenceDesignator
 
UINT8 ExternalConnectorType
 The enumeration value from MISC_PORT_CONNECTOR_TYPE. More...
 
UINT8 PortType
 The enumeration value from MISC_PORT_TYPE. More...
 

Detailed Description

Port Connector Information (Type 8).

The information in this structure defines the attributes of a system port connector, e.g. parallel, serial, keyboard, or mouse ports. The port's type and connector information are provided. One structure is present for each port provided by the system.

Definition at line 1261 of file SmBios.h.

Field Documentation

◆ ExternalConnectorType

UINT8 SMBIOS_TABLE_TYPE8::ExternalConnectorType

The enumeration value from MISC_PORT_CONNECTOR_TYPE.

Definition at line 1266 of file SmBios.h.

◆ ExternalReferenceDesignator

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE8::ExternalReferenceDesignator

Definition at line 1265 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE8::Hdr

Definition at line 1262 of file SmBios.h.

◆ InternalConnectorType

UINT8 SMBIOS_TABLE_TYPE8::InternalConnectorType

The enumeration value from MISC_PORT_CONNECTOR_TYPE.

Definition at line 1264 of file SmBios.h.

◆ InternalReferenceDesignator

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE8::InternalReferenceDesignator

Definition at line 1263 of file SmBios.h.

◆ PortType

UINT8 SMBIOS_TABLE_TYPE8::PortType

The enumeration value from MISC_PORT_TYPE.

Definition at line 1267 of file SmBios.h.


The documentation for this struct was generated from the following file: