ConstTableH.h
上传用户:xhjmsc
上传日期:2019-09-13
资源大小:389k
文件大小:2k
- /***************************************
- Program: FlashManage
- Author: Bryan Cai
- Date: 2006.12.07
- ***************************************/
- //#define DTERX (0x01) //DTE input DCE output
- //#define DTETX (0x00) //DTE output DCE input
- #define cFlashWriteCmd 0x80
- #define cFlashWriteInitiateCmd 0x10
- #define cFlashReadCmd 0x00
- #define cstFaxPropertyTableStartBlockNum (1)
- #define cstFaxPropertyTableOverBlockNum (10)
- #define cstFaxFrontPointerTableStartBlockNum (11)
- #define cstFaxFrontPointerTableOverBlockNum (14)
- #define cstFaxRearPointerTableStartBlockNum (15)
- #define cstFaxRearPointerTableOverBlockNum (18)
- #define cstViewDataAreaStartBlockNum (40)
- #define cstViewDataAreaOverBlockNum (41)
- #define cstFaxPropertyTableStartPage (64)
- #define cstFaxPropertyTableOverPage (703)
- #define cstFaxFrontPointerTableStartPage (704)
- #define cstFaxFrontPointerTableOverPage (959)
- #define cstFaxRearPointerTableStartPage (960)
- #define cstFaxRearPointerTableOverPage (1215)
- //#define cstFaxRxBufFirstPage (1217)//(1216) access fax head property
- #define cstFaxRxBufStartPage (1216)//(1216)
- #define cstFaxRxBufEndPage (2559)
- #define cstViewDataAreaStartPage (2560)
- #define cstViewDataAreaEndPage (2623)
- #define cstFaxContentStartPage (5120)
- #define cstViewHourIndex 0
- #define cstViewMinuteIndex 1
- #define cstViewSecondIndex 2
- #define cstViewMonthIndex 3
- #define cstViewDateIndex 4
- #define cstViewYearIndex 5
- #define cstViewRingNumIndex 6
- #define cstViewStaticStatusIndex 7
- #define cstViewDynamicStatusIndex 8
- #define cstViewDceNewFaxNumIndex 9
- //General Status
- #define FAXRXERROR (0x0001)
- #define bitModemActive (0x0002)
- #define bitAutoManualSel (0x0004)
- #define bitViewCLKSel (0x0008)
- #define bitSendFaxSignalOK (0x0010)
- #define bitReadFlashMemoryOK (0x0020)
- #define SCG01 (0x0040)
- #define SCG11 (0x0080)