- #ifndef _HELLO_H_
- #define _HELLO_H_
- typedef struct _CKeyApp
- {
- AEEApplet a; // Mandatory first AEEApplet data member
- uint16 m_nYear ; //年份
- uint16 m_nMonth; //月份
- int16 m_nDay; //日期
- uint16 m_nHour; //小时
- uint16 m_nMinute; //分钟
- uint16 m_nSecond; //秒
- uint16 m_nWeek; //一号是星期几
- uint16 m_nToday; //今天是几号
- uint16 m_nFirstDay; //一号是今年的第几天
- // always have access to the hardware device information
- AEEDeviceInfo m_DeviceInfo;
- }CKeyApp;
- #endif