RobotKit API
Properties
RKVersioningResponse Class Reference

Class to encapsulate the version numbers returned from a versioning command. More...

#import <RKVersioningResponse.h>

Inheritance diagram for RKVersioningResponse:
RKDeviceResponse RKDeviceMessage

List of all members.

Properties

NSString * recordVersion
ModelNumber modelNumber
NSString * hardwareVersion
NSString * mainApplicationVersion
NSString * bootloaderVersion
NSString * orbBasicVersion
NSString * overlayManagerVersion

Detailed Description

Provides all of the versioning data returned from a versioning command.

See also:
RKVersioningCommand

Property Documentation

- (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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties