A CPU architecture.
More...
|
| Unknown =(1) |
| Indicates an unknown or default CPU architecture. More...
|
|
| X86 =(2) |
| Indicates an Intel-based 32-bit CPU architecture. More...
|
|
| X64 =(3) |
| Indicates an Intel-based 64-bit CPU architecture. More...
|
|
| Armv7 =(4) |
| Indicates an ARMv7-based 32-bit CPU architecture. More...
|
|
| Armv8 =(5) |
| Indicates an ARMv8-based 32-bit CPU architecture. More...
|
|
| Arm64 =(6) |
| Indicates an ARM-based 64-bit CPU architecture. More...
|
|
| Mips =(7) |
| Indicates a MIPS-based 32-bit CPU architecture. More...
|
|
| Mips64 =(8) |
| Indicates a MIPS-based 64-bit CPU architecture. More...
|
|
◆ Architecture()
fm.liveswitch.Architecture.Architecture |
( |
int |
value | ) |
|
◆ [static initializer]()
fm.liveswitch.Architecture.[static initializer] |
|
static |
◆ getAssignedValue()
int fm.liveswitch.Architecture.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
static Architecture fm.liveswitch.Architecture.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ Arm64
fm.liveswitch.Architecture.Arm64 =(6) |
Indicates an ARM-based 64-bit CPU architecture.
◆ Armv7
fm.liveswitch.Architecture.Armv7 =(4) |
Indicates an ARMv7-based 32-bit CPU architecture.
◆ Armv8
fm.liveswitch.Architecture.Armv8 =(5) |
Indicates an ARMv8-based 32-bit CPU architecture.
◆ Mips
fm.liveswitch.Architecture.Mips =(7) |
Indicates a MIPS-based 32-bit CPU architecture.
◆ Mips64
fm.liveswitch.Architecture.Mips64 =(8) |
Indicates a MIPS-based 64-bit CPU architecture.
◆ Unknown
fm.liveswitch.Architecture.Unknown =(1) |
Indicates an unknown or default CPU architecture.
◆ X64
fm.liveswitch.Architecture.X64 =(3) |
Indicates an Intel-based 64-bit CPU architecture.
◆ X86
fm.liveswitch.Architecture.X86 =(2) |
Indicates an Intel-based 32-bit CPU architecture.