OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
SERIALINFO Struct Reference

#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
 

Detailed Description

Definition at line 63 of file macserial.h.

Field Documentation

◆ appleModel

const char* SERIALINFO::appleModel

Definition at line 64 of file macserial.h.

◆ country

char SERIALINFO::country[4]

Definition at line 65 of file macserial.h.

◆ decodedCopy

int32_t SERIALINFO::decodedCopy

Definition at line 75 of file macserial.h.

◆ decodedLine

int32_t SERIALINFO::decodedLine

Definition at line 76 of file macserial.h.

◆ decodedWeek

int32_t SERIALINFO::decodedWeek

Definition at line 74 of file macserial.h.

◆ decodedYear

int32_t SERIALINFO::decodedYear

Definition at line 73 of file macserial.h.

◆ legacyCountryIdx

int32_t SERIALINFO::legacyCountryIdx

Definition at line 70 of file macserial.h.

◆ line

char SERIALINFO::line[4]

Definition at line 68 of file macserial.h.

◆ model

char SERIALINFO::model[5]

Definition at line 69 of file macserial.h.

◆ modelIndex

int32_t SERIALINFO::modelIndex

Definition at line 72 of file macserial.h.

◆ modernCountryIdx

int32_t SERIALINFO::modernCountryIdx

Definition at line 71 of file macserial.h.

◆ valid

bool SERIALINFO::valid

Definition at line 77 of file macserial.h.

◆ week

char SERIALINFO::week[3]

Definition at line 67 of file macserial.h.

◆ year

char SERIALINFO::year[3]

Definition at line 66 of file macserial.h.


The documentation for this struct was generated from the following file: