![]() |
Public Member Functions | |
(byte) | - batteryLevel |
(byte) | - majorHardwareVersion |
(byte) | - minorHardwareVersion |
(NSString *) | - hardwareVersion |
(byte) | - majorFirmwareVersion |
(byte) | - minorFirmwareVersion |
(byte) | - branchFirmwareVersion |
(ushort) | - buildFirmwareVersion |
(NSString *) | - firmwareVersion |
GetStatusResponse is a subclass of IDBlueResponse. It's purpose is to be a return value for the GET_STATUS command, and returns battery level, hardware version and firmware version of an IDBLUE device.
- (byte) batteryLevel |
Get the battery level of the IDBLUE device
- (byte) branchFirmwareVersion |
Get the branch part of the firmware version
- (ushort) buildFirmwareVersion |
Get the build part of the firmware version
- (NSString *) firmwareVersion |
Get the firmware version of the IDBLUE device.
- (NSString *) hardwareVersion |
Get the hardware version of the IDBLUE device
- (byte) majorFirmwareVersion |
Get the major part of the firmware version
- (byte) majorHardwareVersion |
Get the major part of the hardware version
- (byte) minorFirmwareVersion |
Get the minor part of the firmware version
- (byte) minorHardwareVersion |
Get the minor part of the hardware version