versadac  1
versadac - Scalable Recorder Firmware
ENUM_AscPrintCmd.h
1 
2 /*
3 Enumerations for the field styles
4 $Id: ENUM_AscPrintCmd.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_ASCPRINTCMD_H
8 #define __ENUM_ASCPRINTCMD_H
9 
10 enum ENUM_AscPrintCmd
11 {
12  ENUM_AscPrintCmdWakeup,
13  ENUM_AscPrintCmdDetect,
14  ENUM_AscPrintCmdReset,
15  ENUM_AscPrintCmdInit,
16  ENUM_AscPrintCmdStatus,
17  ENUM_AscPrintCmdPaperLow,
18  ENUM_AscPrintCmdPaperOut,
19  ENUM_AscPrintCmdPaperCut,
20  ENUM_numberOfAscPrintCmds
21 };
22 
23 #endif /* __ENUM_REPORTFIELDSTYLES_H */