PTRobot API
Page 30 of 41
© 2005, Primera Technology, Inc. Primera is a registered trademark and Bravo is a trademark of Primera Technology, Inc. All other trademarks are the property of
their respective companies.
4.6 Robot Options
#define
PTOPT_KIOSKMODE
0x00000001
4.7 Robot Actions
#define
PTACT_ALIGNPRINTER
0x00000001
#define
PTACT_IGNOREINKLOW
0x00000002
#define
PTACT_DISABLEPWRBUTTON
0x00000004
#define
PTACT_REINIT_DRIVES
0x00000008
#define
PTACT_IDENTIFY
0x00000010
#define
PTACT_CANCELCMD
0x00000020
#define
PTACT_ENABLEPWRBUTTON
0x00000040
#define
PTACT_RESETSYSTEM
0x00000080
4.8 Print Quality
#define
PQ_LOW
0
#define
PQ_MED
1
#define
PQ_BETTER
2
#define
PQ_HIGH
3
#define
PQ_BEST
4
4.9 Drive Open Close
#define
DRIVE_OPEN
0
#define
DRIVE_CLOSE
1
4.10 Locations
#define
LOCATION_AUTO
0
#define
LOCATION_PRINTER
100
#define
LOCATION_REJECT
200
4.11 Bus Type
#define
BUSTYPE_USB
0
#define
BUSTYPE_1394
1
4.12 Clear Drive
#define
CLEARDRIVE_NO
0
#define
CLEARDRIVE_YES
1