iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.SystemSlots.Peers.SegmentGroupNumber property

Gets a value representing the key to retrieve the property value.

Segment Group Number is defined in the PCI Firmware Specification. The value is 0 for a single-segment topology.

For PCI Express slots, Bus Number and Device/Function Number refer to the endpoint in the slot, not the upstream switch.

Key Composition

Return Value

Type: UInt16

Remarks

3.2

public static IPropertyKey SegmentGroupNumber { get; }

See Also