IDBLUE logo
RfidTag.h
00001 
00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved.
00003 
00004 #import <Foundation/Foundation.h>
00005 #import "CByteArray.h"
00006 
00010 @interface RfidTag : CByteArray {
00011 @private
00012     Endianness _byteOrder;
00013 }
00014 
00023 -(id) initFromString: (NSString*) tagId withByteOrder: (Endianness) byteOrder;
00024 
00033 -(id) initFromByteArray: (CByteArray*) data withIndex: (int) index withByteOrder: (Endianness) byteOrder;
00034 
00039 -(int) tagIdLength;
00040 
00044 -(Endianness) byteOrder;
00045 
00049 -(void) setByteOrder:(Endianness) byteOrder;
00050 
00051 @end

 

Generated on Mon Jan 19 2015 15:47:37
Copyright © 2015 Cathexis Innovations Inc. All Rights Reserved.