![]() |
00001 00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved. 00003 00004 #import <Foundation/Foundation.h> 00005 #import "IDBlueCommand.h" 00006 00007 @interface EpcWriteTagCommand : IDBlueCommand { 00008 00009 } 00010 00011 -(id) initWithBank:(byte) bank 00012 withAddr:(byte) addr 00013 withNumWords:(byte) numWords 00014 withData:(byte*) data 00015 withLen:(int) len; 00016 00017 @end