![]() |
00001 00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved. 00003 00004 #import <Foundation/Foundation.h> 00005 #import "IDBlueResponse.h" 00006 #import "IDBlueTimestamp.h" 00007 00008 @interface TimestampResponse : IDBlueResponse { 00009 // The time the RFID tag was scanned on the IDBLUE device. 00010 IDBlueTimestamp* _scanTime; 00011 } 00012 00013 00017 -(IDBlueTimestamp*) scanTime; 00018 00019 @end