blob: 50c7d201cfd26c4fd5f7c50a995b880296435aa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
/*______________________________ epson-escpage-color.h ______________________________*/
/* 1 2 3 4 5 6 7 8 */
/*34567890123456789012345678901234567890123456789012345678901234567890123456789012345678*/
/*******************************************|********************************************/
/*
* Copyright (c) 2010 Seiko Epson Corporation All rights reserved.
*
* Copyright protection claimed includes all forms and matters of
* copyrightable material and information now allowed by statutory or judicial
* law or hereinafter granted, including without limitation, material generated
* from the software programs which are displayed on the screen such as icons,
* screen display looks, etc.
*
*/
/*******************************************|********************************************/
/* */
/* Epson ESC/Page-Mono command Functions */
/* */
/*******************************************|********************************************/
#ifndef __EPSON_ESCPAGE_MONO_H__
#define __EPSON_ESCPAGE_MONO_H__
#ifdef __cplusplus
extern "C" {
#endif
/*------------------------------------ Includes -------------------------------------*/
/*******************************************|********************************************/
#include "epson-escpr-pvt.h"
/*-------------------------- Public Function Declarations ---------------------------*/
/*******************************************|********************************************/
extern EPS_ERR_CODE pageAllocBuffer_M (void);
extern void pageRelaseBuffer_M (void);
extern EPS_ERR_CODE pageStartJob_M (void);
extern EPS_ERR_CODE pageEndJob_M (void);
extern EPS_ERR_CODE pageStartPage_M (void);
extern EPS_ERR_CODE pageColorRow_M (const EPS_BANDBMP*, EPS_RECT*);
extern EPS_ERR_CODE pageSendLeftovers_M (void);
#ifdef __cplusplus
}
#endif
#endif /* def __EPSON_ESCPAGE_MONO_H__ */
/*_______________________________ epson-escpage-mono.h ______________________________*/
/*34567890123456789012345678901234567890123456789012345678901234567890123456789012345678*/
/* 1 2 3 4 5 6 7 8 */
/*******************************************|********************************************/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%|%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/***** End of File *** End of File *** End of File *** End of File *** End of File ******/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%|%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|