|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|
#include <pebble.h>
Public Attributes | |
| uint8_t | major |
| Major version number. | |
| uint8_t | minor |
| Minor version number. | |
| uint8_t | patch |
| Patch version number. | |
Data structure containing the version of the firmware running on the watch. The version of the firmware has the form X.[X.[X]]. If a version number is not present it will be 0. For example: the version numbers of 2.4.1 are 2, 4, and 1. The version numbers of 2.4 are 2, 4, and 0.