![]() |
Public Member Functions | |
(byte) | - major |
(byte) | - minor |
(byte) | - branch |
(ushort) | - build |
(NSString *) | - bootloaderVersion |
BootloaderVersionProperty is a subclass of IDBlueProperty. It is used to get the Bootloader version of the IDBLUE device.
The bootloader is the onboard firmware of an IDBLUE device that allows the IDBLUE device to be updated.
- (NSString *) bootloaderVersion |
Get the bootloader version of the IDBLUE device.
- (byte) branch |
Gets the branch part of the bootloader version
- (ushort) build |
Gets the build part of the bootloader version
- (byte) major |
Gets the major part of the bootloader version
- (byte) minor |
Gets the minor part of the bootloader version