RobotKit API
Properties
RKGetBluetoothInfoResponse Class Reference

Class that encapsulates the response from a get bluetooth info command. More...

#import <RKGetBluetoothInfoResponse.h>

Inheritance diagram for RKGetBluetoothInfoResponse:
RKDeviceResponse RKDeviceMessage

List of all members.

Properties

NSString * name
NSString * address

Detailed Description

Objects of this class provide the info return from a get bluetooth info command. The data is invalid if an error was returned.

See also:
RKGetBluetoothInfoCommand

Property Documentation

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


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