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 = 21The form factor is BGA.
Dimm = 8The form factor is DIMM.
Dip = 3The form factor is DIP.
Fpbga = 22The form factor is FPBGA.
Lcc = 19The form factor is LCC.
Lga = 23The form factor is LGA.
Other = 1The form factor is other.
Pga = 10The form factor is PGA.
Plcc = 20The form factor is PLCC.
Proprietary = 6The form factor is proprietary.
Qfp = 16The form factor is QFP.
Rimm = 11The form factor is RIMM.
Simm = 7The form factor is SIMM.
Sip = 2The form factor is SIP.
Smd = 14The form factor is SMD.
Sodimm = 12The form factor is SODIMM.
Soic = 18The form factor is SOIC.
Soj = 5The form factor is SOJ.
Srimm = 13The form factor is SRIMM.
Ssmp = 15The form factor is SSMP.
Tqfp = 17The form factor is TQFP.
Tsop = 9The form factor is TSOP.
Unknown = 0The form factor is unknown.
Zip = 4The form factor is ZIP.