Oddělení informace o licenci
This commit is contained in:
@@ -67,8 +67,11 @@ int main()
|
||||
cout << "date: " << licenceReaderELC2.sdCardInfo.date << "\n";
|
||||
cout << "name: " << licenceReaderELC2.sdCardInfo.name << "\n";
|
||||
cout << "oemID: " << licenceReaderELC2.sdCardInfo.oemID << "\n";
|
||||
cout << "licenceFileName: " << licenceReaderELC2.sdCardInfo.licenceFileName << "\n";
|
||||
|
||||
cout << "název licenčního souboru: " << licenceReaderELC2.licInfo.licenceFileName << "\n";
|
||||
|
||||
|
||||
|
||||
// if (initStructure.compatibility == 1) //ukazka kompatibilita 1
|
||||
// {
|
||||
// LicenceELC2Item_1 info; //jiná struktura, zbytek stejný
|
||||
|
||||
Reference in New Issue
Block a user