Struct to hold the major and minor version, each as a separate 16-bit (short) int.
More...
|
|
short int | major |
| | Major version is the first 2 bytes of the version int, left to right, holding the most significant 16 bits of the int.
|
|
short int | minor |
| | Minor version is the last 2 bytes of the version int, left to right, holding the least significant 16 bits of the int.
|
Struct to hold the major and minor version, each as a separate 16-bit (short) int.