RobotKit API
|
Class that encapsulates the response from a get bluetooth info command. More...
#import <RKGetBluetoothInfoResponse.h>
Properties | |
NSString * | name |
NSString * | address |
Objects of this class provide the info return from a get bluetooth info command. The data is invalid if an error was returned.
- (NSString *) address [read, assign] |
The bluetooth address of the robot
- (NSString *) name [read, assign] |
A name that is stored on the robot as a UTF-8 string. This is not the bluetooth name, so the name can be localized for international character sets.