You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
834 B
31 lines
834 B
#ifndef _CAPPLID_H
|
|
#define _CAPPLID_H
|
|
|
|
// Callback ID's
|
|
#define RES_SELECTRES_240 14
|
|
#define RES_SELECTRES_400 15
|
|
|
|
#define CM_XM_ABS 20
|
|
#define CM_YM_ABS 22
|
|
|
|
#define AUTOFEED 30
|
|
|
|
#define PS_SEGMENT 40
|
|
#define PS_A3 40
|
|
#define PS_B4 41
|
|
#define PS_A4 42
|
|
#define PS_B5 43
|
|
#define PS_LETTER 44
|
|
#define PS_POSTCARD 45
|
|
#define PS_MPF 46
|
|
#define PS_A5 47
|
|
#define PS_FREE 48
|
|
|
|
#define CBID_PORT 50
|
|
#define CBID_LAND 51
|
|
|
|
#define PRN_2000 60
|
|
#define PRN_2000W 61
|
|
#define PRN_3000 62
|
|
|
|
#endif // _CAPPLID_H
|