RobotKit API
|
00001 // 00002 // RKSetDataStreamingResponse.h 00003 // RobotKit 00004 // 00005 // Created by Brian Smith on 7/7/11. 00006 // Copyright 2011 Orbotix Inc. All rights reserved. 00007 // 00008 00011 #import <Foundation/Foundation.h> 00012 #import <RobotKit/RKDeviceResponse.h> 00013 00023 @interface RKSetDataStreamingResponse : RKDeviceResponse { 00024 00025 } 00026 00028 + (NSUInteger)packetFrames; 00030 + (NSUInteger)mask; 00032 + (NSUInteger)packetCount; 00033 00034 @end