|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <macserial.h>
Data Fields | |
| const char * | appleModel |
| char | country [4] |
| char | year [3] |
| char | week [3] |
| char | line [4] |
| char | model [5] |
| int32_t | legacyCountryIdx |
| int32_t | modernCountryIdx |
| int32_t | modelIndex |
| int32_t | decodedYear |
| int32_t | decodedWeek |
| int32_t | decodedCopy |
| int32_t | decodedLine |
| bool | valid |
Definition at line 63 of file macserial.h.
| const char* SERIALINFO::appleModel |
Definition at line 64 of file macserial.h.
| char SERIALINFO::country[4] |
Definition at line 65 of file macserial.h.
| int32_t SERIALINFO::decodedCopy |
Definition at line 75 of file macserial.h.
| int32_t SERIALINFO::decodedLine |
Definition at line 76 of file macserial.h.
| int32_t SERIALINFO::decodedWeek |
Definition at line 74 of file macserial.h.
| int32_t SERIALINFO::decodedYear |
Definition at line 73 of file macserial.h.
| int32_t SERIALINFO::legacyCountryIdx |
Definition at line 70 of file macserial.h.
| char SERIALINFO::line[4] |
Definition at line 68 of file macserial.h.
| char SERIALINFO::model[5] |
Definition at line 69 of file macserial.h.
| int32_t SERIALINFO::modelIndex |
Definition at line 72 of file macserial.h.
| int32_t SERIALINFO::modernCountryIdx |
Definition at line 71 of file macserial.h.
| bool SERIALINFO::valid |
Definition at line 77 of file macserial.h.
| char SERIALINFO::week[3] |
Definition at line 67 of file macserial.h.
| char SERIALINFO::year[3] |
Definition at line 66 of file macserial.h.