![]() |
Public Member Functions | |
(byte) | - hardwareMajor |
(byte) | - hardwareMinor |
(byte) | - firmwareMajor |
(byte) | - firmwareMinor |
(byte) | - firmwareBranch |
(ushort) | - firmwareBuild |
(NSString *) | - hardwareVersion |
(NSString *) | - firmwareVersion |
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.
- (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.
- (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.