RobotKit API
|
Class to encapsulate the version numbers returned from a versioning command. More...
#import <RKVersioningResponse.h>
Properties | |
NSString * | recordVersion |
ModelNumber | modelNumber |
NSString * | hardwareVersion |
NSString * | mainApplicationVersion |
NSString * | bootloaderVersion |
NSString * | orbBasicVersion |
NSString * | overlayManagerVersion |
Provides all of the versioning data returned from a versioning command.
- (NSString *) bootloaderVersion [read, assign] |
The version number of the bootloader in major.minor format, ex. 1.7
- (NSString *) hardwareVersion [read, assign] |
A version number for the hardware. This a single digit number.
- (NSString *) mainApplicationVersion [read, assign] |
The version number for the main application which makes the robot do what it does. The version string is in major.minor format, ex. 0.96.
- (ModelNumber) modelNumber [read, assign] |
The model number of the robot. Current is set to 2 for Sphero.
- (NSString *) orbBasicVersion [read, assign] |
The version number for the OrbBasic interpreter in major.minor format, ex. 1.0
- (NSString *) overlayManagerVersion [read, assign] |
The version number of the macro processor in major.minor format, 1.0
- (NSString *) recordVersion [read, assign] |
A version number for the version data returned. Currently set to 1.