| 252 | /// Getter and setter for OS type. |
| 253 | uint8_t getOSType() const noexcept { return OSType; } |
| 254 | void setOSType(uint8_t Type) noexcept { OSType = Type; } |
| 255 | |
| 256 | /// Getter and setter for arch type. |
| 257 | uint8_t getArchType() const noexcept { return ArchType; } |