RobotKit API
RobotKit/RKDeviceMessage.h
Go to the documentation of this file.
00001 //
00002 //  RKDeviceMessage.h
00003 //  RobotKit
00004 //
00005 //  Created by Brian Smith on 5/30/11.
00006 //  Copyright 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00011 #import <Foundation/Foundation.h>
00012 
00018 @interface RKDeviceMessage : NSObject {
00019         NSTimeInterval timeStamp;
00020 }
00021 
00023 @property (nonatomic, readonly) NSTimeInterval timeStamp;
00024 
00025 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties