Table of Contents

Enum PhysicalMemoryDeviceFormFactor

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the form factor of a physical memory device.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum PhysicalMemoryDeviceFormFactor

Fields

Bga = 21

The form factor is BGA.

Dimm = 8

The form factor is DIMM.

Dip = 3

The form factor is DIP.

Fpbga = 22

The form factor is FPBGA.

Lcc = 19

The form factor is LCC.

Lga = 23

The form factor is LGA.

Other = 1

The form factor is other.

Pga = 10

The form factor is PGA.

Plcc = 20

The form factor is PLCC.

Proprietary = 6

The form factor is proprietary.

Qfp = 16

The form factor is QFP.

Rimm = 11

The form factor is RIMM.

Simm = 7

The form factor is SIMM.

Sip = 2

The form factor is SIP.

Smd = 14

The form factor is SMD.

Sodimm = 12

The form factor is SODIMM.

Soic = 18

The form factor is SOIC.

Soj = 5

The form factor is SOJ.

Srimm = 13

The form factor is SRIMM.

Ssmp = 15

The form factor is SSMP.

Tqfp = 17

The form factor is TQFP.

Tsop = 9

The form factor is TSOP.

Unknown = 0

The form factor is unknown.

Zip = 4

The form factor is ZIP.