IDBLUE logo
Public Member Functions
BootloaderVersionProperty Class Reference
Inheritance diagram for BootloaderVersionProperty:
IDBlueProperty IDBlueResponse

Public Member Functions

(byte) - major
(byte) - minor
(byte) - branch
(ushort) - build
(NSString *) - bootloaderVersion

Detailed Description

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.


Member Function Documentation

- (NSString *) bootloaderVersion

Get the bootloader version of the IDBLUE device.

Returns:
the bootloader version, formatted as 'W.X.Y.Z' where W is the major part, X is the minor part, Y is the branch part, and Z is the build part.
- (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


The documentation for this class was generated from the following files:

 

Generated on Mon Jan 19 2015 15:47:37
Copyright © 2015 Cathexis Innovations Inc. All Rights Reserved.