/ fm / liveswitch / Architecture
Enumeration: Architecture
fm.liveswitch.Architecture
A CPU architecture.
Table of contents
Enumeration members
Enumeration members
Arm64
• Arm64: = 6
Indicates an ARM-based 64-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:44
Armv7
• Armv7: = 4
Indicates an ARMv7-based 32-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:32
Armv8
• Armv8: = 5
Indicates an ARMv8-based 32-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:38
Mips
• Mips: = 7
Indicates a MIPS-based 32-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:50
Mips64
• Mips64: = 8
Indicates a MIPS-based 64-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:56
Unknown
• Unknown: = 1
Indicates an unknown or default CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:14
X64
• X64: = 3
Indicates an Intel-based 64-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:26
X86
• X86: = 2
Indicates an Intel-based 32-bit CPU architecture.
Defined in: Generated/TypeScript/fm.liveswitch/Architecture.ts:20