RobotKit API
|
00001 // 00002 // RKGetBluetoothInfoResponse.h 00003 // RobotKit 00004 // 00005 // Created by Brian Smith on 8/8/11. 00006 // Copyright 2011 Orbotix Inc. All rights reserved. 00007 // 00008 00011 #import "RKDeviceResponse.h" 00012 00021 @interface RKGetBluetoothInfoResponse : RKDeviceResponse { 00022 NSString *name; 00023 NSString *address; 00024 } 00025 00030 @property (nonatomic, readonly) NSString *name; 00032 @property (nonatomic, readonly) NSString *address; 00033 00034 @end