CustomiOSApi  1.04
 All Classes Functions Enumerations Enumerator Pages
PrnGenericCommands.h
1 //
2 // PrnGenericCommands.h
3 // CustomiOSApi
4 //
5 // Created by CUSTOM on 05/07/13.
6 // Copyright (c) 2013 CUSTOM. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 //Hide it in the documentation
12 // @cond PRIVATE
13 @interface PrnGenericCommands : NSObject
14 {
15  @public
16 
17  @protected
18 
19  @private
20 }
21 
22 + (NSData *) GetCMD_CAN;
23 + (NSData *) GetCMD_LF;
24 
25 + (NSData *) GetCMD_ESCPOSANDCAN;
26 
27 + (NSData *) GetCMD_GETPRNID;
28 + (NSData *) GetCMD_GETPRNIDFF;
29 + (NSData *) GetCMD_GETPRNFWREL;
30 + (NSData *) GetCMD_GETPRNFULLSTS;
31 
32 + (NSData *) GetCMD_TEXT_PRINTMODE;
33 + (NSData *) GetCMD_TEXT_PRINTMODE_RESET;
34 + (NSData *) GetCMD_TEXT_JUSTIFICATION;
35 + (NSData *) GetCMD_TEXT_FSIZE;
36 + (NSData *) GetCMD_TEXT_FSIZE_RESET;
37 + (NSData *) GetCMD_TEXT_LALIGN;
38 + (NSData *) GetCMD_TEXT_PRINTWIDTH;
39 
40 @end