RobotKit API
RobotKit/RKAsyncPacketCodes.h
00001 //
00002 //  RKAsyncPacketCodes.h
00003 //  RobotKit
00004 //
00005 //  Created by Brian Smith on 7/7/11.
00006 //  Copyright 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00009 // PRIVATE TO THE SOURCE. NOT FOR THE PUBLIC SDK.
00010 
00011 enum {
00012     RKAsyncPacketPowerNotifications         = 0x01,
00013     RKAsyncPacketLevel1DiagnosticResponse   = 0x02,
00014     RKAsyncPacketSensorDataStreaming        = 0x03,
00015     RKAsyncPacketConfigBlockContents        = 0x04,
00016     RKAsyncPacketPreSleepWarning            = 0x05,
00017     RKAsyncPacketMacroEmitMarker            = 0x06
00018 };
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties