Getter and setter for arch type.
| 255 | |
| 256 | /// Getter and setter for arch type. |
| 257 | uint8_t getArchType() const noexcept { return ArchType; } |
| 258 | void setArchType(uint8_t Type) noexcept { ArchType = Type; } |
| 259 | |
| 260 | /// Getter and setter for version address. |