RobotKit API
|
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | RKDeviceConnection |
A RKDeviceConnection object manages a robot's connection. More... | |
Typedefs | |
typedef enum RKConnectionState | RKConnectionState |
Enumerations | |
enum | RKConnectionState { RKConnectionStateOffline, RKConnectionStateJumpMainApp, RKConnectionStateJumpToBootloader, RKConnectionStateMainAppCorrupt, RKConnectionStateJumpToBootloaderFailed, RKConnectionStatePing1, RKConnectionStatePing2, RKConnectionStateGetBluetoothInfo, RKConnectionStateOnline } |
Variables | |
NSString *const | RKDeviceConnectionOnlineNotification |
NSString *const | RKDeviceConnectionOfflineNotification |
NSString *const | RKDeviceConnectionMainAppCorruptNotification |
typedef enum RKConnectionState RKConnectionState |
Defines a type for connection state enumerations
enum RKConnectionState |
Enumerations for the connection state as communications are established with the robot, and when it goes off line.
NSString* const RKDeviceConnectionMainAppCorruptNotification |
Notification sent when main firmware application is corrupt and can not be run on the device.
NSString* const RKDeviceConnectionOfflineNotification |
Notification sent when the connection is opened, and messages to the device
NSString* const RKDeviceConnectionOnlineNotification |
Notification sent when the connection is opened, and messages can be sent to the ball.