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

Public Member Functions

(byte) - hardwareMajor
(byte) - hardwareMinor
(byte) - firmwareMajor
(byte) - firmwareMinor
(byte) - firmwareBranch
(ushort) - firmwareBuild
(NSString *) - hardwareVersion
(NSString *) - firmwareVersion

Detailed Description

VersionInfoProperty 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

- (byte) firmwareBranch

Gets the branch part of the firmware version

- (ushort) firmwareBuild

Gets the build part of the firmware version

- (byte) firmwareMajor

Gets the major part of the firmware version

- (byte) firmwareMinor

Gets the minor part of the firmware version

- (NSString *) firmwareVersion

Get the firmware version of the IDBLUE device.

Returns:
the firmware 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) hardwareMajor

Gets the major part of the hardware version

- (byte) hardwareMinor

Gets the minor part of the hardware version

- (NSString *) hardwareVersion

Get the hardware version of the IDBLUE device.

Returns:
the hardware version, formatted as 'X.Y' where X is the major part, Y is the minor part.

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

 

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